ActiveReports 19 .NET Edition
MESCIUS.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 indicating whether the hyperlink text within the report viewer is underlined. This property is applicable only to SectionReports.
    Syntax
    'Declaration
     
    Public Property HyperlinkUnderline As Boolean
    public bool HyperlinkUnderline {get; set;}

    Property Value

    true if the hyperlink text is underlined; otherwise, false. The default is true.
    Remarks
    This property allows for the customization of hyperlink appearance within SectionReports. By default, hyperlinks are underlined to distinguish them from regular text, enhancing user interaction by making links visually identifiable.

    Setting this property to false will remove the underline from hyperlink text, which may be useful for achieving a specific design aesthetic or when hyperlink styling is handled through other means.

    See Also