Assembly: Report;
The IReportInteractiveSelectionChangeEventArgs interface contains properties of argument of the event that occurs at the moment of moving the selected cell area.
IReportInteractiveSelectionEventArgs
IReportInteractiveSelectionChangeEventArgs
This argument is used to handle the following events:
Property name | Brief description | |
Cancel | The Cancel property determines whether the selected cell area can be moved. |
Property name | Brief description | |
Range | The Range property returns the cell range, to which the selected cell area is currently moved. | |
Type | The Type property returns type of the event when the selected cell area is visually moved. |
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: