Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The ReportRowEventArgs class implements the argument of events related to a table row.
Class to get analog of ReportRowEventArgs:
None.
Class to get analog of the ReportRowEventArgs class object:
ReportRowEventArgsClass;
| Constructor name | Brief description | |
| CreateReportRowArgs | The CreateReportRowArgs constructor creates an argument of event related to a table row. |
| Constructor name | Brief description | |
| CreateArgs | The Create constructor creates an argument of events of the ReportBox component. |
| Property name | Brief description | |
| Row | The Row property returns index of the row, which header has been left-clicked. |
| 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: