Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
<telerik:ReportViewer ID=
"ReportViewer1"
runat=
"server"
style=
"border:1px solid #ccc;"
width=
"99%"
height=
/>
<script type=
"text/javascript"
>
ReportViewer.prototype.OnReportLoadedOld = ReportViewer.OnReportLoaded;
ReportViewer.prototype.OnReportLoaded =
function
() {
this
.OnReportLoadedOld();
varreportFrame = document.getElementById(
.reportFrameID);
varreportDocument = reportFrame.contentWindow.document;
varbody = reportDocument.getElementsByTagName(
"body"
)[0];
if
($telerik.isIE7 || $telerik.isIE8) {
var
outerdiv = body.childNodes[0];
}
else
{
outerdiv = body.childNodes[1];
outerdiv.style.marginLeft =
"auto"
;
outerdiv.style.marginRight =
</script>