Search code examples
reporting-servicesssrs-2008

Freezing headers in SSRS report while scrolling works only in IE


I have an SSRS report. To freeze the header row, I went to Advanced mode in grouping section and set the FixedData property to True. This solved the issue, but it works in Internet Explorer only, not in Chrome and FireFox. Is it an issue with ReportBuilder or issue with the browsers?


Solution

  • SSRS support for non-Microsoft browsers is somewhat limited.

    According to the MSDN site detailing browser support for SSRS 2008 R2:

    http://msdn.microsoft.com/en-us/library/ms156511(v=sql.105).aspx

    "Not all report functionality is supported by all browsers." With this in mind, when asked to develop a reporting, I ensure my customer is aware that the reports may have limited functionality on other browsers.

    It should also be noted that if developing PowerView reports for Sharepoint with SQL Server 2012, the browser plug-in Silverlight is required. Silverlight is not available for iOS devices (iPhone, iPad).