In SSRS 2008 I would like to create a relative path URL. Long story short I have a subscription that outputs a few thousand static HTML pages to a folder that is used as co
Just use global variable Globals!ReportServerUrl
Globals!ReportServerUrl
So "http://myservername/rs?/myreportname" becomes Globals!ReportServerUrl + "?/myreportname"
"http://myservername/rs?/myreportname"
Globals!ReportServerUrl + "?/myreportname"