Sub OnAfterRecalcSheet(Sheet : IPrxSheet);
Begin
// set of operators
End Sub OnAfterRecalcSheet;
Sheet - the sheet of the regular report that has generated the event.
The OnAfterRecalcSheet method implements the event that occurs after calculation of a sheet of the regular report.
See also: