I have simple report with header, data and footer. In some cases i need to export this report in text file. But this text file should contain all data from all bands in single line. For example report like this:
should be exported to text file with single line:Report Header
Some Data 1
Some Data 2
Report Footer
How can I solve this task with Stimulsoft?Report HeaderSome Data 1Some Data 2Report Footer
Thank you.