Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public string Hyperlink { get; }
public:
property String^ Hyperlink {
String^ get();
}
member Hyperlink : string with get
Public ReadOnly Property Hyperlink As String
Property Value
Type: System.String
A string value containing the hyperlink.
See Also
HyperlinkEventArgs Class
Microsoft.Reporting.WinForms Namespace
Return to top