add an url link in a pdf report using report builder

  • This seems to be a simple question but I haven't found a way to do it. I have a report in SSRS that I created using report builder 3.0. I have added a field which is tied to an action and opens a new window to another page. This report also has a subscription to run once a month and send the report as a PDF file to several users. However, once the subscription runs and creates a PDF file the link is lost. How do I add a url link to the report that still works on the pdf file?

    For the action expression I'm using ="void(window.open('http://www.somesite.com/Page.aspx?Param="+Fields!ParamValue.Value + "','_blank'))"

    Thanks.

  • Can't you use report link from the subscription you are using for this report? Subscription will have destination folder for this report...

    -RP
  • thank you for the reply, I think for now this solution will work.

    Thanks.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply