• Hi,

    I had a similar requirement from a customer when I was involved in an archiving project. The task was to archive old PDF files in a SQL database. The customer wanted SSRS to be able to search for the correct PDF. After finding it, it was OK to open the PDF through a new browser window which displayed the PDF. I wrote a small webservice for this project which I call (URL) from inside SSRS. The webservice sends me back the correct PDF and displays it in a separate browser window.

    Hope this helps...