UiReport.OnAfterRecalcSheet

Syntax

Sub OnAfterRecalcSheet(Sender: Object; Args: IUiPrxSheetEventArgs);

Begin

//set of operators;

End Sub OnAfterRecalcSheet;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnAfterRecalcSheet event occurs after calculating the report sheet.

See also:

UiReport