IReportHyperlinkClickEventArgs

Assembly: Report;

Description

The IReportHyperlinkClickEventArgs interface is used to work with arguments of the events generated for hyperlink in a table cell.

Inheritance Hierarchy

          IEventArgs

          IReportEventArgs

          IReportCellEventArgs

          IReportHyperlinkClickEventArgs

Properties

  Property name Brief description
Type The Type property returns type of hyperlink (image or text), which was clicked.

Properties inherited from IReportCellEventArgs

  Property name Brief description
Column The Column property returns index of the column containing the cell, for which the event is generated.
Row The Row property returns index of the row containing the cell, for which the event is generated.

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