Partilhar via


Propriedade HyperlinkEventArgs.Hyperlink

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

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
Public ReadOnly Property Hyperlink As String
public string Hyperlink { get; }
public:
property String^ Hyperlink {
    String^ get ();
}
member Hyperlink : string with get
function get Hyperlink () : String

Valor de propriedade

Tipo: String
A string value containing the hyperlink.

Consulte também

Referência

HyperlinkEventArgs Classe

Namespace Microsoft.Reporting.WinForms