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

In This Topic
    HyperlinkForeColor Property (Viewer)
    In This Topic
    Gets or sets the foreground color of hyperlinks displayed within the report viewer.
    Syntax
    'Declaration
     
    Public Property HyperlinkForeColor As Color
    public Color HyperlinkForeColor {get; set;}

    Property Value

    A System.Drawing.Color that represents the color of the hyperlink text. The default color is Blue.
    Remarks
    This property is applicable only to SectionReports. It allows customization of the color of hyperlink text within the report, enhancing visual distinction or aligning with application themes.

    Changing this property does not affect the functionality of the hyperlinks, only their appearance. Ensure that the chosen color provides sufficient contrast with the background for readability.

    See Also