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
Check this help article for more information on your inquiry.
<
telerik:ReportViewer
ID
=
"ReportViewer1"
runat
"server"
Report = "MyReports.Report1
MyReports,
Version
1
.0.0.0,
Culture
neutral
,
PublicKeyToken
null
"
/>
script
type
"text/javascript"
>
ReportViewer.OnReportLoadedOld = ReportViewer.OnReportLoaded;
ReportViewer.prototype.OnReportLoaded = function()
{
this.OnReportLoadedOld();
<%=ReportViewer1.ClientID %>.PrintReport();
}
</