ReportEvents.OnAfterActivateSheet

Syntax

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

Begin

// set of operators

End Sub OnAfterActivateSheet;

Parameters

OldSheet. The regular report sheet that was active.

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