IReportRowEventArgs

Description

The IReportRowEventArgs interface contains properties of argument of the events related to a table row.

Comments

This argument is used to handle the following events:

Properties

  Property name Brief description
Row The Row property returns index of the row, which header has been left-clicked.

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