Posted 27 September 2017, 6:49 pm EST
I have to provide a functionality to show multiple reports in one PDF. We are generating individual reports using RenderToStream() provided by class C1.C1Report.C1Report which returns pdf Stream. Combining those individual report streams isn’t working to show all reports into single PDF. It only shows the last PDF, perhaps the last PDF marks it’s starting and ending offsets in stream (making the previously added PDFs unrecognizable for the browser showing those PDF reports). Do C1 classes provide something to achieve this functionality?
Can you please share some sample code to achieve this.
Thanks