ActiveReports.Viewer3 Request technical support
HyperLinkBackColor Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property HyperLinkBackColor As Color
Visual Basic (Usage)Copy Code
Dim instance As ReportViewerObject
Dim value As Color
 
instance.HyperLinkBackColor = value
 
value = instance.HyperLinkBackColor
C# 
public Color HyperLinkBackColor {get; set;}

See Also