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 2008 Forums
 Analysis Server and Reporting Services (2008)
 Need to pass SSRS hyperlink value to asp.net

Author  Topic 

tandori
Starting Member

1 Post

Posted - 2013-12-10 : 18:35:08
I don't think this is possible to do without using a query string, but I thought I would ask anyway. I am trying to find a development shortcut by using SSRS reports that will allow the user to click on a hyperlink in the report and pass information from the hyperlink to an asp.net page, but I do not want to use a query string. Reason: Query strings are not secure. I found a way to pass a selected parameter, but this is not what I am trying to do. I am trying to allow the user to click a hyperlink on the report, and pass this information to another ASP.net page.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-12-11 : 12:22:17
I dont think you've any other way. We usually use javascript:window.open and pass the full url of page with query string parameters

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -