ReportBox.OnObjectActivate

Syntax

Sub OnObjectActivate(Sender: Object; Args: IReportObjectEventArgs);

Begin

//set of operators;

End Sub OnObjectActivate;

Parameters

Sender - a parameter that returns the component that has generated the event.

Args - a parameter, which enables the user to determine additional event parameters.

Description

The OnObjectActivate event occurs when the object on the regular report sheet is activated/deactivated.

See also:

ReportBox