Monday, September 08, 2008

Re: Hyperlink not working - MSDN Forums – Tip

For the jump to Url functionality in a report…

 

Instead of "localhost/application/page.aspx?id=" + Fields!ID.Value

Use "localhost/application/page.aspx&id=" + Fields!ID.Value

Use a & instead of the + sign just in front of your field value. I can't explain why but that's how I got it to work...

Re: Hyperlink not working - MSDN Forums

No comments: