Convert PDF in Bytes[] to Telerik.Reporting.Report

1 Answer 325 Views
Report Viewer - ASP.NET
Jaider
Top achievements
Rank 1
Jaider asked on 31 May 2021, 09:14 PM | edited on 31 May 2021, 09:16 PM
Im saving a PDF in a Blob Storage, I can get the PDF but I need convert it to Telerik.Reporting.Report for using it like a SubReport inside a Report

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 03 Jun 2021, 03:03 PM

Hello Jaider,

The Telerik Reporting engine can produce report documents only from Telerik Reporting reports that are either TRDP/TRDX descriptive report definitions or CS/VB type report definitions inheriting from Telerik.Reporting.Report. The Reporting engine cannot integrate PDF files in the generated report document.

If the existing PDF file is to be added at the end or at the beginning of the report, you may generate the report without it and then use an external PDF editor to merge the two documents.

Another limited option may be to generate an image from the existing PDF and embed it in the report in a PictureBox item.

Regards,
Todor
Progress Telerik

Brand new Telerik Reporting course in Virtual Classroom - the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products. Check it out at https://learn.telerik.com/.
Tags
Report Viewer - ASP.NET
Asked by
Jaider
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or