ActiveReports Developer 7
HyperlinkBackColor Property
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : HyperlinkBackColor Property

Glossary Item Box

Gets or sets the background color of the controls that hosts a hyperlink. The default is transparent. For SectionReports only.

Syntax

Visual Basic (Declaration) 
Public Property HyperlinkBackColor As Color
C# 
public Color HyperlinkBackColor {get; set;}

See Also