IReportUserInteractiveSelectionEventArgs

Assembly: Report;

Description

The IReportUserInteractiveSelectionEventArgs interface contains argument properties of the events that occur before and after changing an interactive cell range in the ReportBox component.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportUserInteractiveSelectionEventArgs

Properties

  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