I am trying to enable Hyperlink in report on TextBox properties as below:
="Bpprt.aspx?ID=" & Fields!Trans_ID.Value
and also following below link, but it is not working, means that click action is not getting enable.
Add Hyperlink to RDLC Report in ASP.Net
Hi akhter,
It is not working because the path is not absolute path.
So you need to set absolute path in the url.
Example:
Bpprt.aspx is relative path.
http://www.example.com/Bpprt.aspx is absolute path.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.