Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeExecuteReport

ReportEvents.OnBeforeExecuteReport

Syntax

OnBeforeExecuteReport(Report: IPrxReport; Var Cancel: Boolean);

Parameters

Report. The regular report that generated the event.

Cancel. Indicates whether regular report calculation is canceled.

Description

The OnBeforeExecuteReport method implements the event that occurs before regular report calculation.

Comments

Available values of the Cancel parameter:

See also:

ReportEvents