IReportColumnResizingEventArgs

Assembly: Report;

Description

The IReportColumnResizingEventArgs interface contains properties of argument of the event that occurs at each visible change of table column's size.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportColumnEventArgs

          IReportColumnResizeEventArgs

          IReportColumnResizingEventArgs

Comments

This argument is used to process the following events:

Properties

  Property name Brief description
Cancel The Cancel property determines whether column width can be changed.

Properties inherited from IReportColumnResizeEventArgs

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

Properties inherited from IReportColumnEventArgs

  Property name Brief description
Column The Column property returns index of the column, for which the event is generated.

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