IReportRowResizingEventArgs

Assembly: Report;

Description

The IReportRowResizingEventArgs interface contains properties of argument of the event that occurs at each visible table row resize.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportRowEventArgs

          IReportRowResizeEventArgs

          IReportRowResizingEventArgs

Comments

This argument is used to process the following events:

Properties

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

Properties inherited from IReportRowResizeEventArgs

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

Properties inherited from IReportRowEventArgs

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

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 Interfaces