I have a main report and a subreport created in SSRS. On the report server (SQL Server Reporting Services) I have two folders:
Common
MainReports
The subreport is deployed in Common folder and the main report is deployed in MainReports folder.
How do I enable or change the report on Report Server to retrieve the subreport from Common folder?
The main report shows the subreport properly when both of them are in same folder, but when they are in separate folders I (naturally) get an "Subreport could not be shown" error.
I think you can use the following path defination ;
/Common/Subreportname/