That's not possible. You can not embedd a PDF or other document in a SSRS report, you can only link it if it's stored on a share or within SSRS.
Launch SSRS Reports with external PDF files into a single PDF file as output
Hi,
We are using SSRS 2019. we have requirement from our customer to merge the external PDF files(scanned copy of manual log books) while launching SSRS report as single PDF file.
Please let me know the best way to implement this.
Thanks,
P. Tamilselvan
SQL Server Reporting Services
2 answers
Sort by: Most helpful
-
-
Joyzhao-MSFT 15,631 Reputation points
2022-01-19T07:59:17.707+00:00 Hi @TamilselvanP ,
I'm afraid you can't embed pdf files in SSRS. But you could try to embed the PDF in the report as Images:- To Embed the PDF inside SSRS report you need to first embed PDF in database as the image data and show them on SSRS report
- Use the .net language either C# or VB to convert this data into the image.
- Use the image control to show these images, which are your PDF document embedded in database.
For more details please refer to: Embedding a PDF Document.
Best Regards,
Joy
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.