Permitir que relatórios SSRS sejam exibidos no Chrome

Anexar a “C: Arquivos de programas Microsoft SQL

ServerMSRS10_50.MSSQLSERVERReporting    ServicesReportManagerjsReportingServices.js" (on the SSRS Server) :
//Fix to allow Chrome to display SSRS Reports

function pageLoad() {

var element = document.getElementById("
ctl31_ctl09");
if (element)

{

element.style.overflow = "
visible";
}

}