I've my reports previously on SharePoint site. I recently deployed my reports to the Report Server. In the reports there're expressions on the URL Actions part in Text Box properties where expressions have been applied based on the parameters values. After deploying my reports to the report server and clicking on one of the value where actions have been applied i get the error.
Error:
The item 'BC/Report/get.rdl' cannot be found. (rsItemNotFound)
I've tried placing the link of the report directly in the expressions but that's not working either. I think there needs some review in the expression.
Expressions looks like this:
= IIF(Parameters!ForEmail.Value <>
TRUE,Globals!ReportServerUrl,Parameters!ReportURLSub.Value) & "?" &
Globals!ReportFolder & "/get.rdl"
Thank you in Advance and sorry if explanation is not enough.