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
 Development Tools
 Reporting Services Development
 How to use Hyper Link in the following scenario?

Author  Topic 

raaj
Posting Yak Master

129 Posts

Posted - 2011-05-18 : 03:33:11
Hi Guys,
I am building a report in SSRS 2005
And inside my report I have 3 different tables :
First Table is for Instructions
Second table is for detailed information of the data
Third table is for Summary information of the data.

Now what I want is in the second table, I have text "Click Here to go to Instructions". So I need to create a hyperlink to this and when someone clicks this text, the report needs to show the First table information i.e Instructions.

Is this possible?

Thanks,
Raaj

Bazalddo
Starting Member

22 Posts

Posted - 2011-05-27 : 09:46:35
Hi Raaj,

I don't think this would be possible using a hyperlink but it would be possible via the following steps;

Set the instructions table's hidden property to TRUE

Then set the toggle item to the textbox where the text is

The result is when you click the text the instructions will then expand/collapse

Hope this helps

Baz

Shahbaz Ahdi
Apps Developer
ODEON/UCI Cinema
Go to Top of Page
   

- Advertisement -