Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeExportReport

ReportEvents.OnBeforeExportReport

Syntax

OnBeforeExportReport(Report: IPrxReport, Var Cancel: Boolean);

Parameters

Report. Regular report that has generated the event.

Cancel. Indicates whether regular report export is canceled.

Description

The OnBeforeExportReport method implements the event that occurs before regular report export.

Comments

Available values of the Cancel parameter:

On calling the OnBeforeExportReport method, the EventOnBeforeExportReport event, which can be redetermined if required, is handled in core.

Example

The method use is given in the example for IPrxReportUserEvents.EventOnBeforeExportReport.

See also:

ReportEvents