ReportRowResizeEventArgs.CreateReportRowResizeArgs

Syntax

CreateReportRowResizeArgs(Report: IReportBox; Sheet: IPrxSheet; Row: Integer; ResizeType: TabRowColumnResizeType);

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, for which the event is generated.

ResizeType. The action that results in row resizing.

Description

The CreateReportRowResizeArgs constructor creates an argument of the event that occurs after a table row is resized.

See also:

ReportRowResizeEventArgs