ReportEvents.OnAfterRecalcSheet

Syntax

Sub OnAfterRecalcSheet(Sheet : IPrxSheet);

Begin

// set of operators

End Sub OnAfterRecalcSheet;

Parameters

Sheet - the sheet of the regular report that has generated the event.

Description

The OnAfterRecalcSheet method implements the event that occurs after calculation of a sheet of the regular report.

See also:

ReportEvents