Report > Report Assembly Classes > ReportColumnResizingEventArgs
ReportColumnResizingEventArgs
Assembly: Report;
Description
The ReportColumnResizingEventArgs class implements an argument of the event that occurs at each visible change of table column's size.
Constructors
|
Constructor name |
Brief description |
 |
Create |
The Create constructor creates an argument of the event that occurs at each visible change of table column's size. |
|
Constructor name |
Brief description |
 |
CreateReportColumnResizeArgs |
The CreateReportColumnResizeArgs constructor creates an argument of the event that occurs after a table column is resized. |
|
Constructor name |
Brief description |
 |
CreateReportColumnArgs |
The CreateReportColumnArgs constructor creates arguments of events related to a table column. |
|
Constructor name |
Brief description |
 |
CreateArgs |
The Create constructor creates an argument of events of the ReportBox component. |
|
Property name |
Brief description |
 |
Cancel |
The Cancel property determines whether column width can be changed. |
|
Property name |
Brief description |
 |
Type |
The Type property returns type of the action that results in column resizing. |
|
Property name |
Brief description |
 |
Column |
The Column property returns index of the column, for which the event is generated. |
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