当用户打印报表时发生。
命名空间: Microsoft.Reporting.WinForms
程序集: Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)
语法
声明
Public Event Print As ReportPrintEventHandler
public event ReportPrintEventHandler Print
public:
event ReportPrintEventHandler^ Print {
void add (ReportPrintEventHandler^ value);
void remove (ReportPrintEventHandler^ value);
}
member Print : IEvent<ReportPrintEventHandler,
ReportPrintEventArgs>
JScript 不支持事件。
备注
当用户打印报表时发生此事件。
有关处理事件的更多信息,请参见使用事件。