I had a problem running reports in Sql Server Reporting Services (SSRS) 2008 R2.
After setting up the site, creating several users and downloading several reports, I select the report to run, enter the parameters and wait for the report to appear ... but nothing happens. I see the โDownloadโ animation for a short period of time (varies from one to ten seconds regardless of the report), but it soon disappears, leaving nothing but the options at the top of the page. The contents of the report are not displayed at all.
This happens in every report that I deploy to an SSRS instance, regardless of size, number of parameters, etc. Most reports have about eight parameters of a similar type, and their layouts are relatively tabular format: there are several "sections", each of which contains a table that can have a grouping and / or repeat lines. On average, each table contains about six fields. Queries that support report datasets are not very heavy: I can run them against SQL in less than half a minute in most cases.
I studied and implemented the solutions in the following questions, but none of them fixed the problem.
(Linked to Safari / Chrome) SSRS 2008 R2 - SSRS 2012 - ReportViewer: reports are empty in Safari and Chrome
(Associated with running the browser as an administrator) SSRS 2008 - Reporting Services webpage is blank except for the headers
Other options that I have considered include running reports from a computer directly rather than from a remote desktop, and running reports from other computers on the network other than the server on which they are located. None of the options have consistent success.
However, I determined that this problem is directly related to the number of parameters passed to the report. For example, most of my reports have more than six or seven parameters with multiple choices; each of them is populated at run time from the database. If users perform "Select All" or otherwise select a large number of parameters in the parameter selection, the above problem appears. However, if users are specific with their parameters and only select a few, then the report displays correctly.
A further complication of this situation is that it suffers from the โwork on my machineโ syndrome. This occurs in some environments, but not in others.
As already mentioned, I can run reports by limiting the number of selected parameter values; It works in any environment. I am curious, however, why this happens (perhaps the internal SSRS limit?) And what can I do to consistently avoid this in the future.