IReportUserInteractiveSelectionChangeEventArgs

Assembly: Report;

Description

The IReportUserInteractiveSelectionChangeEventArgs interface contains argument properties of the events that occur on changing an interactive cell range in the ReportBox component.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportUserInteractiveSelectionEventArgs

          IReportUserInteractiveSelectionChangeEventArgs

Properties

  Property name Brief description
Cancel The Cancel property determines whether interactive range resizing is canceled.

Properties inherited from IReportUserInteractiveSelectionEventArgs

  Property name Brief description
Selection The Selection property returns settings of an interactive cell range.
Type The Type property returns a type of change that occurs with an object.

Properties inherited from IReportEventArgs

  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:

Report Assembly Interfaces