IReportBeforeEditEventArgs
Description
The IReportBeforeEditEventArgs interface contains properties of argument of the event that occurs before editing data of a cell: ReportBox.OnBeforeEdit.
Properties
| |
Property name |
Brief description |
 |
Cancel |
The Cancel property determines whether a table cell is to be switched to the edit mode. |
| |
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 a regular report, on which the event has occurred. |
| |
Property name |
Brief description |
 |
Column |
The Column property returns index of the row that contains the cell, for which the event is generated. |
 |
Row |
The Row property returns index of the column containing the cell, for which the event is generated. |
See also:
Report Assembly Interfaces