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.
| Author |
Topic |
|
gangadhara.ms
Aged Yak Warrior
549 Posts |
Posted - 2009-07-16 : 01:14:16
|
| Hi All, I am new to SQL server reporting services.can you pls somebody help me in geting the relative hyperlink for SSRS.Thanks in Advance..!! |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-07-16 : 13:34:11
|
| relative hyperlink? what does that mean? do you mean report server url?http://msdn.microsoft.com/en-us/library/ms252075(VS.80).aspx |
 |
|
|
gangadhara.ms
Aged Yak Warrior
549 Posts |
Posted - 2009-07-17 : 01:23:29
|
| this is not related to Report viewer.in the RDL file i need to do the hyperlink (refer: http://www.mediacollege.com/internet/html/hyperlinks.html )in the reporting services i need to do the relative hyperlink.in the text tab-->right click->properties-> navigation ->jump to url..Here i am not able to give the relative hyperlink..but able to make absolute hyperlink.Becous when report move from dev->test-->production the hosting server will be different.Your help will be highly appreciated..Thanks in advance |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-07-17 : 13:19:28
|
quote: Originally posted by gangadhara.ms this is not related to Report viewer.in the RDL file i need to do the hyperlink (refer: http://www.mediacollege.com/internet/html/hyperlinks.html )in the reporting services i need to do the relative hyperlink.in the text tab-->right click->properties-> navigation ->jump to url..Here i am not able to give the relative hyperlink..but able to make absolute hyperlink.Becous when report move from dev->test-->production the hosting server will be different.Your help will be highly appreciated..Thanks in advance
oh i got you. for that what you can do is write a custom code function which returns the server url based on your environment .then call the function in the jump to url expression. you can get your current report server url value by using expression=Globals!ReportServerUrl |
 |
|
|
|
|
|