Hi Ryan,
Thanks for your interest in Syncfusion Components.
We have the events “ReportExport” and “Print” which will be raised when the report goes to print or export in reportviewer. Log the actions by registering the events in application as in below code sample.
|
Reportviewer.ReportExport += Reportviewer_ReportExport;
ReportViewer.Print += ReportViewer_Print; |
Regards,
Nandakumar T.