June 21, 2013 at 9:02 am
I read on other topics that to use a subreport from another folder you set its path. I've looked on BIDS and Report Builder and can't find PATH on the subreport properties anywhere.
Can somebody tell me where or how I can set the subreport's PATH?
September 5, 2013 at 8:13 pm
Have you deployed the report and the sub-report to the server?
September 7, 2013 at 9:44 am
Yes. Both were deployed. Eventually found out that you need to open the main report with report builder, right click the sub report click on properties and then browse to the folder location where the subreport was deployed to
February 21, 2018 at 7:21 am
I know this is an old post but I've just had the same issue and worked around it in a different manner as I didn't have permission to install Report Builder.
I worked around it by copying the RDL to a new location (as to not break the one in the project) opened the RDL in a text editor, looked for the name of the sub report and prefixed it with the subfolder.
So it was:
<ReportName>Customer_EmailAddress_SubReport</ReportName>
and it's now:
<ReportName>/HiddenSubReports/Customer_EmailAddress_SubReport</ReportName>
I then used the SSRS Report Manager to upload the modified RDL over the top of the existing report.
HTH
Regards
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply