Assembly: Report;
The IReportColumnResizeEventArgs interface contains properties of argument of the event that occurs after resizing table column.
IReportColumnResizeEventArgs
This argument is used to handle the following events:
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. |
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: