Show contents 

Report > Report Assembly Classes > ReportBox > ReportBox.OnHyperlinkClick

ReportBox.OnHyperlinkClick

Syntax

OnHyperlinkClick(Sender: Object; Args: IReportHyperlinkClickEventArgs);

Parameters

Sender. Parameter that returns the component that has generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnHyperlinkClick event occurs on mouse click on a hyperlink in a table cell.

Comments

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:

ReportBox