ReportRowResizingEventArgs.Create

Syntax

Create(Report: IReportBox; Sheet: IPrxSheet; Row: Integer; ResizeType: TabRowColumnResizeType; Cancel: Boolean);

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.

Cancel. Indicates whether row resizing is undone.

Description

The Create constructor creates an argument of the event that occurs at each visible change in table row's size.

See also:

ReportRowResizingEventArgs