ReportEvents.OnAfterActivateSheet

Syntax

Sub OnAfterActivateSheet(OldSheet: IPrxSheet, NewSheet: IPrxSheet);

Begin

// set of operators

End Sub OnAfterActivateSheet;

Parameters

OldSheet - previous active sheet of the regular report.

NewSheet - the regular report sheet that has become active.

Description

The OnAfterActivateSheet method implements the event that occurs after changing the active sheet of the regular report.

See also:

ReportEvents