打印按钮点击事件 Active Reports

Print button click event Active Reports

我在 Active Reports 工作,现在我需要在 SectionReport 中单击打印按钮时发出警报。

我可以看到 PrintProgressPrintAborted 事件,但我需要像 PrintStart

这样的事件

是否可以访问打印的 button click 事件?

像这样,

private void TestReport_Print(object sender, EventArgs e)
{

}

感谢您使用 ActiveReports。 您可以自定义查看器工具栏以修改工具栏按钮的行为并捕获单击事件,如本文所述

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