Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeRecalcSheet
OnBeforeRecalcSheet(Sheet: IPrxSheet; Var Cancel: Boolean);
Sheet. Regular report sheet that has generated the event.
Cancel. Indicates whether regular report sheet is calculated.
The OnBeforeRecalcSheet method implements the event that occurs before calculation of a sheet of the regular report.
Available values of the Cancel parameter:
True. The sheet will not be calculated.
False. The sheet will be calculated. Default value.
See also: