C#.NET How to add a hyperlink in a reportviewer -


How can I put a hyperlink in a report that is page.aspx? Id = 'Fields! RelativePath.Value 'refers to? I have set the EnableHyperlink property to True.

Thnx in advance

I think your question has been answered.

Edit: For example, on the text box: Right click> Properties> Navigation> Go to URL It should be decided: = "page.aspx? Id =" & amp; Field! RelativePath.well

If this is not working, then it could be due to the relative path. Wherever I am trying to get you, I recommend using System.AppDomain.CurrentDomain.BaseDirectory to create an absolute URL.


Comments