web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

how to convert memory stream to io stream in d365 using x++

(0) ShareShare
ReportReport
Posted on by 960

hi all,

i am fetching the document template uploaded in the office integration->document templates as memory stream using exportoexcelfilter and docutemplaterenderer. 

I want to convert memory stream to system.io.stream.. any suggestions pls.. 

i had this code in a class and attached in a form in action pane for particular record

ExportToExcelFilterTreeBuilder filterBuilder = new ExportToExcelFilterTreeBuilder(template.RootEntityName);
anytype filterString = filterBuilder.areEqual(fieldstr(XXXXXXXTmpEntity, XXXXId), _parameterTable.xxxxId);
filtersToApply.insert(tablestr(XXXXXXXXXXXTmpEntity), filterString);
// generate the workbook using the template and filters
DocuTemplateRender renderer = new DocuTemplateRender();

// written
System.IO.MemoryStream filestreem = new System.IO.MemoryStream();
renderer.renderTemplateToStream(template,filtersToApply,filestreem);
filestreem.Seek(0, System.IO.SeekOrigin::Begin);

I have the same question (0)
  • Suggested answer
    Martin Dráb Profile Picture
    240,198 Most Valuable Professional on at

    System.IO.Stream is a parent class of all streams, including System.IO.MemoryStream. Therefore no conversion is needed.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 382 Super User 2026 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 265 Most Valuable Professional

#3
Subra Profile Picture

Subra 262

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans