Do you have URL Access link for your report?
Updated by Jeoffrey Fischer [SSW] 11 months ago. See history
A workaround for this is to use URL Access to build up a link by yourself then put it at the bottom of the report, so any time you want to refer to your current report status, you can just copy this link and put into your emails.
At SSW, we have "URL Access" at the bottom of reports for easy reference.

✅ Figure: Good example - URL Access link for quick reference at the bottom of report
http://localhost/ReportServer/Pages/ReportViewer.aspx?%2fSSWTimePRO_CompanyPerformance%2f01+-+BillableTimeSummary&rs:Command=Render
❌ Figure: Bad example - Only refer to the default report URL, parameters on the report will be lost
http://localhost/ReportServer/Pages/ReportViewer.aspx?/SSWTimePRO_CompanyPerformance/01%20-%20BillableTimeSummary&rs:Command=Render&rs:ParameterLanguage=en-AU&pStartDate=1/06/2009&pEndDate=7/06/2009&pEmpID=ALZ
✅ Figure: Good example - Refer to the report with all parameters ready
Note rs:ParameterLanguage=en-AU
in the query string, this is very important especially when you are passing culture sensitive data (DateTime) over URL. The server may not know your intended culture so you have to specify this together with the actual data in the URL.
Refer to the following MSDN references for more details:
Categories
Need help?
SSW Consulting has over 30 years of experience developing awesome software solutions.