Search code examples
c#activereports

Print button click event Active Reports


I'm working in Active Reports and now I need to throw an alert during the print button click in SectionReport.

I can see the PrintProgress and PrintAborted event, but i need a event like PrintStart

Or

Is there anyway to access the button click event of print?

Something like this,

private void TestReport_Print(object sender, EventArgs e)
{

}

Solution

  • Thank you for using ActiveReports. You can customize the viewer toolbar to modify the behavior of the toolbar buttons and capture the click events as described in this article

    http://helpcentral.componentone.com/nethelp/AR7Help/OnlineEn/GrapeCity.ActiveReports.Viewer.Win.v7~GrapeCity.ActiveReports.Viewer.Win.Viewer+ViewerToolbar~MainBar.html