Sub OnHyperlinkClick(Sender: Object; Args: IReportHyperlinkClickEventArgs);
Begin
//set of operators;
End Sub OnHyperlinkClick;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnHyperlinkClick event occurs on mouse click on a hyperlink in a table cell.
If a hyperlink is set up in the image cell, clicking the image first triggers the OnHyperlinkClick event, then the OnCellPictureClick event occurs.
See also: