user3383390
user3383390

Reputation: 211

SSRS 2008 Report with a link which opens an attachment

Is there a way to develop a SSRS report with a link which opens an attachment(PDF,DOC,DWG,JPEG etc) which is stored in the server database.

Upvotes: 0

Views: 269

Answers (1)

JesalynOlson
JesalynOlson

Reputation: 513

The action tab in the text box properties is probably going to be the most helpful to you. In there you can have it go to another report which could contain the document you want or if you have it stored in some URL, that works as well. The action happens when they click on the text box.

Upvotes: 2

Related Questions