I'm working on an SSRS 2008 r2 Report, I have a table and one of the columns contains item numbers. We have pdf files located on our file server who's file name matches these item numbers and I need to create a link for each cell in the item numbers column to the correct pdf file.
I can access the pdf files on our file server in two ways.
The file names for the pdf files is item_number.pdf and in my SSRS report the name of the DataSet field for the item number is item
In the action expression for the item number Text Box Properties, how can I tell SSRS that for row one open file S:\Production\Drawings\2-50010.pdf and for row two open S:\Production\Drawings\8-8010.pdf and etc...
This report when run, will render to MHTML.
Use an expression for the Hyperlink in your action.
="S:\Production\Drawings\"+Fields!item.Value+".pdf"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With