Show contents 

Report > Report Assembly Classes > ReportEvents > ReportEvents.OnAfterActivateSheet

ReportEvents.OnAfterActivateSheet

Syntax

OnAfterActivateSheet(OldSheet: IPrxSheet; NewSheet: IPrxSheet);

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