Sub OnBeforeRecalcSheet(Sheet: IPrxSheet; Var Cancel: Boolean);
Begin
// set of operators
End Sub OnBeforeRecalcSheet;
Sheet - the regular report sheet that has generated the event.
Cancel - this parameter determines calculation of a regular report sheet. When this parameter is set to True, the regular report sheet is not calculated, when it is set to False, the sheet is calculated.
The OnBeforeRecalcSheet method implements the event that occurs before calculation of a sheet of the regular report.
See also: