SSRS Report add PDF file in last page

SSRS Report add PDF file in the last page in purchase order

I don’t think you can add PDFs to an SSRS, but you can add images!
Please post a more meaningful question to get a useful response.
Good luck!

@NateS,

PDF converted to Image file now, that image should come on the last page of the SSRS report on how to set it.

Right click the images folder in your SSRS. Click Add Image. This saves images into a folder inside the SSRS. You then insert an image from the insert menu, and then choose the image you just added to the folder. You can add all the images you want to the folder, but they aren’t displayed unless you insert the image into the report.

To display it at the last page only, you could try setting an expression on the visibility property for the image. I am not sure if it will work, but you could try a formula like this:

=if(Globals!OverallPageNumber=Globals!OverallTotalPages,true,false)