ReportRowResizingEventArgs

Assembly: Report;

Description

The ReportRowResizingEventArgs class implements an argument of the event that occurs at each visible change of table row's size.

Constructors

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

Constructors inherited from ReportRowResizeEventArgs

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

Constructors inherited from ReportRowEventArgs

  Constructor name Brief description
CreateReportRowArgs The CreateReportRowArgs constructor creates an argument of event related to a table row.

Constructors inherited from ReportEventArgs

  Constructor name Brief description
CreateArgs The Create constructor creates an argument of events of the ReportBox component.

Class object properties inherited from IReportRowResizingEventArgs

  Property name Brief description
Cancel The Cancel property determines whether row height can be changed.

Class object properties inherited from IReportRowResizeEventArgs

  Property name Brief description
Type The Type property returns type of the action that results in row resizing.

Class object properties inherited from IReportRowEventArgs

  Property name Brief description
Row The Row property returns index of the row, which header has been left-clicked.

Class object properties inherited from IReportEventArgs

  Property name Brief description
Report The Report property returns the ReportBox component that has generated the event.
Sheet The Sheet property returns the sheet of the regular report, on which the event has occurred.

See also:

Report Assembly Classes