Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeRecalcSheet

ReportEvents.OnBeforeRecalcSheet

Syntax

OnBeforeRecalcSheet(Sheet: IPrxSheet; Var Cancel: Boolean);

Parameters

Sheet. Regular report sheet that has generated the event.

Cancel. Indicates whether regular report sheet is calculated.

Description

The OnBeforeRecalcSheet method implements the event that occurs before calculation of a sheet of the regular report.

Comments

Available values of the Cancel parameter:

See also:

ReportEvents