Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeDeleteSheet
OnBeforeDeleteSheet (Sheet: IPrxSheet; Var Cancel: Boolean);
Sheet. Regular report sheet that has generated the event.
Cancel. Indicates whether sheet deletion is canceled.
The OnBeforeDeleteSheet method implements the event that occurs before regular report sheet deletion.
Available values of the Cancel parameter:
True. The sheet will not be deleted.
On calling the method, the IPrxReportUserEvents.EventOnBeforeDeleteSheet event that can be redetermined, if required, is handled in parallel in core.
The property use is given in the example for IPrxReportUserEvents.EventOnBeforeDeleteSheet.
See also: