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.OnReportLoadedOld = ReportViewer.prototype.OnReportLoaded;
ReportViewer.prototype.OnReportLoaded =
function
() {
this
.OnReportLoadedOld();
var
iframeID =
.clientID +
"ReportFrame"
;
iframe = document.getElementById(iframeID);
iframe.contentWindow.NavigateToUrl =
(address) {
alert(
"Address: "
+address);
}
</script>