Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeExportReport
OnBeforeExportReport(Report: IPrxReport, Var Cancel: Boolean);
Report. Regular report that has generated the event.
Cancel. Indicates whether regular report export is canceled.
The OnBeforeExportReport method implements the event that occurs before regular report export.
Available values of the Cancel parameter:
True. The report will not be exported.
False. The report will be exported.
On calling the OnBeforeExportReport method, the EventOnBeforeExportReport event, which can be redetermined if required, is handled in core.
The method use is given in the example for IPrxReportUserEvents.EventOnBeforeExportReport.
See also: