ReportExpanderChangedEventArgs.CreateReportExpanderArgs

Syntax

CreateReportExpanderArgs(Report: IReportBox; Sheet: IPrxSheet; Row: Integer; Column: Integer; State: TriState);

Parameters

Report. The component, for which the event is generated.

Sheet. The report page, for which the event is generated.

Row. The index of the row that contains expander.

Column. The index of the column that contains expander.

State. Expander state.

Description

The CreateReportExpanderArgs constructor creates an argument of the event that occurs on changing state of expander displayed in a data grid cell.

See also:

ReportExpanderChangedEventArgs