Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Creating a Hyperlink in SRS

Author  Topic 

kathyc2003
Starting Member

15 Posts

Posted - 2008-01-03 : 12:24:37
Hello,

I have created an SRS Report, that contains a list of Account Names.

On my reports, I need to create hyperlinks for the Account Names field. So I tried the following;

- In Layout mode, selected appropriate field (AccountidName)
- Right mouse clicked and selected Properties
- Selected Jump to URL
- From field list, selected AccountId
- Clicked OK

How do I get the URL to work?

Any help would be appreciated.





visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-01-03 : 12:30:07
You need to give the url of report to which you want to navigate inside the jump to url pane.
Alternatively, you can use jump to report if you want to navigate to another report. Give the report name and click parameters to select appropriate parameters and value to be passed for them.
Go to Top of Page
   

- Advertisement -