打印按钮单击事件Active Reports

时间:2016-06-23 08:33:39

标签: c# activereports

我在Active Reports工作,现在我需要在SectionReport点击打印按钮时发出提醒。

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

这样的事件

或者

无论如何都要访问button click打印事件?

像这样,

private void TestReport_Print(object sender, EventArgs e)
{

}

1 个答案:

答案 0 :(得分:2)

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

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

相关问题