ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / HyperLinkEventArgs Class / HyperLink Property

In This Topic
    HyperLink Property (HyperLinkEventArgs)
    In This Topic
    Gets the hyperlink target.
    Syntax
    'Declaration
     
    Public Property HyperLink As String
    public string HyperLink {get; set;}

    Property Value

    Character string value that represents the target of the hyperlink.
    See Also