How can I get source (like xpo) from SSRS Report in Ax2012?
I can do that like this:
SelectedReportTreeNode.treeNodeExport("C:\\file_name.xpo")
asciiIO = new TextIO(@"C:\\file_name.xpo",#io_read);
Is it another way to do that without saving this file to disk? I wondering how works method treeNodeExport and do something similar but without saving file to disk.