Share via


HyperlinkEventArgs.Hyperlink Property

Gets the URL that the user clicked on in a report.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public ReadOnly Property Hyperlink As String
'Usage
Dim instance As HyperlinkEventArgs
Dim value As String

value = instance.Hyperlink
public string Hyperlink { get; }
public:
property String^ Hyperlink {
    String^ get ();
}
/** @property */
public String get_Hyperlink ()
public function get Hyperlink () : String

Property Value

A string value containing the hyperlink.

See Also

Reference

HyperlinkEventArgs Class
HyperlinkEventArgs Members
Microsoft.Reporting.WinForms Namespace