Hi,
I am using Telerik Report Q3 2010 + Silverlight for.
<telerik:ReportViewer x:Name="sampleReport" ReportServiceUri="../ReportService.svc"
Report="sampleReportDetail, Server" />
the sampleReportDetail reside in Server and populate domain service data in NeedDataSource.
Is there anyway that i can cache the complete report, so that whenever the "View Report" button is clicked, it will not even hit the Server ReportService?
Thanks alot.
I am using Telerik Report Q3 2010 + Silverlight for.
<telerik:ReportViewer x:Name="sampleReport" ReportServiceUri="../ReportService.svc"
Report="sampleReportDetail, Server" />
the sampleReportDetail reside in Server and populate domain service data in NeedDataSource.
Is there anyway that i can cache the complete report, so that whenever the "View Report" button is clicked, it will not even hit the Server ReportService?
Thanks alot.