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

ReportViewer / ReportBook / How To

1 Answer 119 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Raymond
Top achievements
Rank 2
Raymond asked on 22 Sep 2011, 10:34 PM
I have a few standard invoice formats that I create from the database.  Once these are produced I can display them in the ReportViewer by assigning the ReportViewer.Report property the value of the ReportBook that I have created with all of the Report objects..  That is great and it works,  now comes a requirement from the business.

1. I need to append / merge existing PDF documents that are stored in the server filesystem to the end of these newly created reports.  I can do this easily by consuming the result from the RenderReport method from the ReportProcessor class, however getting this result back into a report book format is not so easy.

So I need some ideas on how I can take my newly created Telerik reports in Report/ReportBook format and add the PDF's that I have read
into memory with iTextSharp to the end and then display in the ReportViewer.

I hope I was clear enough in my description

Thank you,



Ray

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 28 Sep 2011, 12:11 PM
Hi Ray,

Viewing PDF files in the report viewer gets out of the scope of Telerik Reporting. Our suggestion is to export the report in PDF and utilize iTextSharp to merge the PDF. Then you can display the PDF with Adobe's PDF plugin.

Greetings,
Peter
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
General Discussions
Asked by
Raymond
Top achievements
Rank 2
Answers by
Peter
Telerik team
Share this question
or