Report error: report cannot be displayed

I have an SSRS report with six sub-reports. The subheadings use the same common data source as the main report.

When I expand the report and execute it, the owner of the subdirectory displays an error: the report is not displayed.

I thought this could be due to a common data source. Therefore, I created a separate common data source for each sub-report. It works. The report starts showing all the results.

Please let me know what the problem is. Despite the fact that it works, I do not want to create a separate common data source for each additional report.

+1
source share
1 answer

This is a known bug in SSRS 2008. I'm not sure if it was fixed, but it was fixed in SSRS 2012.

As you have found, a workaround is to use separate datasets.

https://connect.microsoft.com/SQLServer/feedback/details/648560/subreport-with-shared-dataset-throws-error

+1
source

All Articles