We use SQL Server Reporting Services as the primary report engine for our company’s internal software development. It’s free with SQL Server and has a lot of functionality. A well documented problem we run into is incompatibility with the Chrome browser. Some Reporting Services features work, but some do not. Example
Has anyone tested this combination on the beta of SQL Server 2012, which is due to be released soon? Thus far, neither Microsoft nor Google seem that interested in solving this issue.
This is a problem for us because our company uses Google Apps for almost all user productivity applications (mail, docs, etc.), and we consequently prefer that our users use Chrome, but we use C# & SQL Server as our primary software development platform.
SQL Server 2012 RC0 Reporting Services does not display reports in Chrome (or at least the reports we’ve written). Authentication works, and browsing the report folders works, and even running the report works, including prompts for parameter values, but the reports are empty. The spinner spins as if it is running the report, just a blank screen returns. I suspect it has to do with CSS layout issues.