Hi All,
I'm using Telerik's ReportViewer in a WPF app to show some reports.
The PrintReportCommand on the ReportViewerModel nicely shows the standard print dialog for printing.
This is the behavior I'm looking for, however, I need to know the result of this standard print dialog.
Is there any way to get to that?
I've already tried:
Thanks for any help.
Regards,
Koen
I'm using Telerik's ReportViewer in a WPF app to show some reports.
The PrintReportCommand on the ReportViewerModel nicely shows the standard print dialog for printing.
This is the behavior I'm looking for, however, I need to know the result of this standard print dialog.
Is there any way to get to that?
I've already tried:
- To get the result by manually calling "reportProcessor.PrintReport(this.ReportSource, null);"
As the documentation states, this also shows the standard print dialog, but again, I found no way of accessing the dialog result. - To find any event on ReportProcessor or InstanceReportSource indicating that the report was printed
Thanks for any help.
Regards,
Koen