Answered by:
How to add hyperlink on report values?

Question
-
User246057125 posted
I am using SSRS 2008 R2.
My report displays few figures and I want these to be displayed as hyperlinks. Clicking on any figure should open another report.
Is it possible in SSRS?
Thursday, March 22, 2012 8:45 AM
Answers
-
User2105670541 posted
yes its possible and very simple to use,
for this what you need to do is, right click on the textbox you want to enable as hyperlink >> Text Box properties >> Action >> in Enable as Hyperlink Select Go To Report >> In select Report from the List Select the Report name of your solution.
later you can change the textbox font to make it underline and give it look like its hyperlink :)
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, March 22, 2012 10:40 AM
All replies
-
User1849990362 posted
Refer these
http://msdn.microsoft.com/en-us/library/ms157159%28SQL.100%29.aspx
To open link in a new window
Thursday, March 22, 2012 8:50 AM -
User2105670541 posted
yes its possible and very simple to use,
for this what you need to do is, right click on the textbox you want to enable as hyperlink >> Text Box properties >> Action >> in Enable as Hyperlink Select Go To Report >> In select Report from the List Select the Report name of your solution.
later you can change the textbox font to make it underline and give it look like its hyperlink :)
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, March 22, 2012 10:40 AM -
User1627731055 posted
Hi
I needed by same problem.
My javascript only works with this article: http://www.mssqltips.com/sqlservertip/1283/display-reporting-services-drill-through-reports-in-new-browser/
Wednesday, April 4, 2012 11:36 AM -
User2105670541 posted
please have a look at below link where I've created a sample report project for you to open another report on hyperlink:
Wednesday, April 4, 2012 12:19 PM