ReportEvents.OnChangeControlValue

Syntax

Sub OnChangeControlValue(Control : IPrxControl);

Begin

// set of operators

End Sub OnChangeControlValue;

Parameters

Control - the regular report control that has generated the event.

Description

The OnChangeControlValue method implements the event that occurs when value of a control of the regular report is changed.

See also:

ReportEvents