ActiveReports Developer 7
HyperlinkBackColor Property
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf 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 System.Windows.Media.Color
C# 
public System.Windows.Media.Color HyperlinkBackColor {get; set;}

See Also