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

In This Topic
    HyperlinkUnderline Property (Viewer)
    In This Topic
    Gets or sets a value determining whether the text in a control that hosts a hyperlink is underlined. The default value is true. For SectionReports only.
    Syntax
    'Declaration
     
    Public Property HyperlinkUnderline As Boolean
    public bool HyperlinkUnderline {get; set;}
    See Also