[]
Gets or sets the background color for hyperlink text areas within the report viewer. This setting applies only to SectionReports.
public Color HyperlinkBackColor { get; set; }
Type | Description |
---|---|
Color | The background color for hyperlink text areas. The default value is Transparent. |
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.