[]
Gets or sets the foreground color of hyperlinks displayed within the report viewer.
public Color HyperlinkForeColor { get; set; }
Type | Description |
---|---|
Color | A Color that represents the color of the hyperlink text. The default color is Blue. |
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.