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...
No comments:
Post a Comment