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)
{
}
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