Skip to content

Instantly share code, notes, and snippets.

@azzlack
Created May 29, 2013 08:01
Show Gist options
  • Save azzlack/5668690 to your computer and use it in GitHub Desktop.
Save azzlack/5668690 to your computer and use it in GitHub Desktop.
Code for adding compatibility with Chrome, Safari, FF for SQL Server 2012 SP1 Reporting Services. Append to the file `C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportManager\js\ReportingServices.js`
function pageLoad() {
var element = document.getElementById("ctl32_ctl09");
if (element)
{
element.style.overflow = "visible";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment