How to include an external pdf in my report (or possible alternatives)
The goal of the report is to print all of the production paperwork for each order. Each order gets a "lot sheet", a bill of materials, and a variable amount of CAD Drawings. These need to all print in the above order. The path and the file name are stored in the database, but I'm not sure how to include that file within the report. If this is possible I would love to know how it can be done. If not, I'm open to any suggestions to work around this. SQL Server 2008 R2
May 24th, 2012 4:02pm

Hi There Hi there TO Embed the PDF inside SSRS report you need to first embed PDF in database as the image data and show them on SSRS reportUse 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 have a look http://www.codeproject.com/Articles/34551/Reporting-Services-2008-Embedding-a-PDF-Document Many Thanks Syed Qazafi Anjum Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.
Free Windows Admin Tool Kit Click here and download it now
May 25th, 2012 6:01am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics