Assembly: Report;
The IReportEditorEventArgs interface contains properties of argument of the event that occurs on editing cell text.
IReportEditorEventArgs
This argument is used to process the following events:
Property name | Brief description | |
Editor | The Editor property returns parameters of table cell editor. |
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: