Hi there,
I'm having an issue on printing reportviewer.
I tried to follow this ticket: http://www.telerik.com/forums/print-multiple-reports-directly-to-printer-from-silverlight
anyway it gives me the error in the attached file.
and here's my reportviewer code:
I'm having an issue on printing reportviewer.
I tried to follow this ticket: http://www.telerik.com/forums/print-multiple-reports-directly-to-printer-from-silverlight
anyway it gives me the error in the attached file.
and here's my reportviewer code:
<Silverlight:ReportViewer x:Name="SalesOrderReportViewer" HorizontalAlignment="Left" VerticalAlignment="Top" Height="603" Width="583" Report="PurchaseOrderReports.MasterSalesReceipt, PurchaseOrderReports, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" ReportServerUri="../ReportService.svc" UseNativePrinting="False"/>