Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeSaveReport
OnBeforeSaveReport(Report: IPrxReport; Var Cancel: Boolean);
Report. The report that generated the event.
Cancel. Indicates whether report saving is canceled. If this parameter is set to True, the report will not be saved; if the parameter is set to False, the report will be saved.
The OnBeforeSaveReport method implements the event that occurs before saving the regular report.
Available values of the Cancel parameter:
True. The report will not be saved.
False. The report will be saved.
The method use is given in the example for IPrxReportUserEvents.EventOnBeforeSaveReport.
See also: