Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The ReportHyperlinkClickEventArgs class implements an argument of the events generated on clicking a hyperlink in a table cell.
Class to get analog of the ReportHyperlinkClickEventArgs class:
None;
Class to get analog of the ReportHyperlinkClickEventArgs class object:
ReportHyperlinkClickEventArgsClass;
| Constructor name | Brief description | |
| Create | The Create constructor creates the argument of the event that occurs on clicking hyperlink in table cell. |
| Constructor name | Brief description | |
| CreateReportCellArgs | The CreateReportCellArgs constructor creates an argument of events related to a table cell. |
| Constructor name | Brief description | |
| CreateArgs | The Create constructor creates an argument of events of the ReportBox component. |
| Property name | Brief description | |
| Type | The Type property returns type of hyperlink (image or text) which was clicked. |
| 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. |
| 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: