ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / HyperlinkUnderline Property

In This Topic
    HyperlinkUnderline Property (Viewer)
    In This Topic
    Gets or sets a value indicating whether the hyperlinks text should be underlined in the displayed document.
    Syntax
    'Declaration
     
    Public Property HyperlinkUnderline As Boolean
    public bool HyperlinkUnderline {get; set;}

    Property Value

    A System.Boolean value. true if the hyperlink text is underlined; otherwise, false.
    Remarks
    The default is true. For SectionReports only.
    See Also