Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The ReportColumnEventArgs class implements an argument of events related to a table column.
Class to get analog of the ReportColumnEventArgs class:
None.
Class to get analog of the ReportColumnEventArgs class object:
ReportColumnEventArgsClass;
| 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 | |
| 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: