ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / HyperlinkBackColor Property

In This Topic
    HyperlinkBackColor Property (Viewer)
    In This Topic
    Gets or sets the background color for hyperlink text areas within the report viewer. This setting applies only to SectionReports.
    Syntax
    'Declaration
     
    Public Property HyperlinkBackColor As Color
    public Color HyperlinkBackColor {get; set;}

    Property Value

    The background color for hyperlink text areas. The default value is Transparent.
    Remarks
    This property allows you to customize the appearance of hyperlinks in SectionReports by changing their background color. The default setting of Transparent means that the hyperlink background will blend with the underlying control or page background.

    Adjusting this property can enhance readability or visual appeal, depending on the report design and the application's theme.

    See Also