. , . , .
, , SSRS 2012, , . , , ReportingServices.js Chrome.
el.style.overflow = "visible" "auto" IE. - if, IE, , IE- (window.addEventListener).
if (el && window.addEventListener)
el.style.overflow = "visible";
, , ReportingServices.js,
function pageLoad() {
el = document.getElementById("ctl32_ctl09"),
if (el && window.addEventListener)
el.style.overflow = "visible";
}
if (window.addEventListener) {
window.addEventListener('load', pageLoad, false);
} else {
window.attachEvent('onload', pageLoad);
}
C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\ Reporting Services\ReportManager\js\ReportingServices.js