Click here to Skip to main content
15,886,074 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

Is anyone aware of how to hyperlink a field(s) in a ReportViewer to another page on your website? I've seen example like this one http://weblogs.asp.net/rajbk/archive/2010/05/12/adding-a-hyperlink-in-a-client-report-definition-file-rdlc.aspx

But the address will change as we migrate the application from server to server, for testing and other purposes. Also, this example used just http://localhost/somepage.aspx, this will not work because its expecting the port to be included as well; e.g. "http://localhost:12345/somepage.aspx which I do not want to hardcode. Also, will not be allowed to used pararmeters on the url, they prefer setting somehting in sessions instead like ["someSessionVariable"]=ID. If I am able to get the clicking to work, does anyone know of the event I can capture to set this session variable as well?
.
Posted
Updated 6-Sep-17 0:39am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900