[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.HyperlinkBackColor

HyperlinkBackColor Property

HyperlinkBackColor

Gets or sets the background color for hyperlink text areas within the report viewer. This setting applies only to SectionReports.

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

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.