This is a migrated thread and some comments may be shown as answers.

combining reports

1 Answer 119 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dee
Top achievements
Rank 1
Dee asked on 06 Sep 2012, 06:28 PM
Currently we are calling a service that generates our reports and then returns the results and we create a PDF with that:

Dim s as new ServiceName.ReportServiceClient
Dim result as ServiceName.RenderingResults
Dim paramaters as New Dictionary(Of String, Object)

s.Open()
result = s.Render("PDF" "report name here",Nothing,paramaters)

Then we just basically write out the result.DocumentBytes to create our PDF.  This works great for one report but the report needs to contain more than one reportBook.  Basically this report is a combination of reports.  How can I get the "result" that returns into a reportbook so that I can call the render again for the next report so I can add that to the reportbook? or is there a better way?

1 Answer, 1 is accepted

Sort by
0
Hrisi
Telerik team
answered on 12 Sep 2012, 12:05 PM
Hello,

Please, search for a tool that is able to merge PDF documents. There are plenty of them and some are free.

All the best,
Hrisi
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

Tags
General Discussions
Asked by
Dee
Top achievements
Rank 1
Answers by
Hrisi
Telerik team
Share this question
or