Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report Viewer - Multiple Reports

Status
Not open for further replies.

JLAuto

Programmer
May 3, 2011
1
US
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.
 
This is probably a semi decent place to get an answer but you may have more joy on a VB.NET / C# or ASP.NET forum asking about how to combine byte[] arrays into a single PDF as it's not really SSRS functionality at this point, it is more about working with code and PDFs

I've used the RES to successfully render reports myself but have never had to combine multiple reports into a single PDF. To be honest, your best bet may well be to combine the reports in SSRS with a "Master" report (basically a placeholder) which holds however many subreports you need. This could then be rendered as you are currently doing as a single report to PDF

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top