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

Notifications

Announcements

No record found.

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 950

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
    237,926 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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
Martin Dráb Profile Picture

Martin Dráb 559 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 464 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 250 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans