Attach Report Data to a URL | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Attach Report Data to a URL

How Can I get data from this report into the Action/Hyperlink? I tried concatenating the Value (Field!FieldName.Value) to the URL and this did not work. Ultimately, I want to pass specific report data in a URL parameter. When a user clicks on a value in a table I want attached that data to a URL. Example: "http://Localhost/ASPPageWithReportViewer.asp?ServerURL=***&ReportPath=***&PersonID=" + Field!FieldName.Value This is not working for me because the URL is invalid when I enclose with "" and add the concatenation.

]]>