[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.HyperlinkForeColor

HyperlinkForeColor Property

HyperlinkForeColor

Gets or sets the foreground color of hyperlinks displayed within the report viewer.

Declaration
public Color HyperlinkForeColor { get; set; }
Property Value
Type Description
Color

A 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.