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

Byte array of PDF as instanceReportSource

1 Answer 407 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rafa
Top achievements
Rank 1
Rafa asked on 13 Apr 2015, 04:07 AM

Hi,

 Is there any way to use Byte array (which I convert from PDF) as an instanceReportSource? 

 Here is my scenario, I need to generate TWO report, say Report A and Report B. Report A is a subset of report B. Report A is generated first (at the beginning of the business cycle), then saved as byte array (in the database). then at the end of the business cycle, I need to generate Report B, which half top of it is exactly a copy of Report A. How can i achieve this using the byte array off Report A i already have?

 

Thanks & Regards,

Rafa

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 15 Apr 2015, 01:25 PM
Hi Rafa,

ReportViewer controls allow you to display Telerik.Reporting.Report objects (also serialized in XML). Displaying and merging of already rendered PDF files is out of the scope of the reporting engine.
Instead please consider combining reports by using a layout as ReportBook or Master-Detail Report. This will allow you to export the content in a single document.

If you are working with already existing PDf files, consider Telerik UI for AJAX PdfProcessing libraries and ClientExportManager.


I hope the provided information helps you.

Regards,
Stef
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

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