Report > Report Assembly Interfaces > IPrxReportUserEvents > IPrxReportUserEvents.EventOnAfterRecalcSheet
EventOnAfterRecalcSheet(Args: IUiPrxSheetEventArgs);
Args - the parameter, which enables the user to work with event parameters.
The EventOnAfterRecalcSheet method implements the event that occurs after calculating a sheet of the regular report.
Sub EventOnAfterRecalcSheet(Args: IUiPrxSheetEventArgs);
Begin
WinApplication.InformationBox(Args.Sheet.Name);
End Sub EventOnAfterRecalcSheet;
When the event occurs, an information message containing name of the calculated sheet.
See also: