
Hi
I need 2 things, the Report and the Report Data in Notepad.
I already made the Report and the data is correct (i use DataProvider in report).
now i need to make the data in report to be in notepad saved as txt file or dat file.
Report Data Sample:
I need to make the report into Notepad like this format:
this is only sample data, i will customize it when i get to find the codes to make my DataProvider in report into notepad.
please help me, thanks
*This post is locked for comments
I have the same question (0)SSRS supports exporting to CSV, but your file isn't CSV, because of the header. But you could export it to XML and use a transformation to plain text in any way you like. I don't know what you mean by the "dat" file; you'll have to explain it.
Alternatively you can execute your data provider class directly from X++ and write data to a file through classes such as TextIo.