Hi, I am not sure if this is the right forum so Mods please move if it is not.
Currently I am using the ReportExecutionService, and its Render method to automatically export a report to a pdf on my web page. What I want to do is export multiple reports into a single pdf. The ReportExecutionService Render method returns a byte[] array and I tried to block copy this array but it only displays the last report.
Currently I am using the ReportExecutionService, and its Render method to automatically export a report to a pdf on my web page. What I want to do is export multiple reports into a single pdf. The ReportExecutionService Render method returns a byte[] array and I tried to block copy this array but it only displays the last report.