ActiveReports Developer 7
HyperLinkBackColor Property
See Also  Example
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : HyperLinkBackColor Property

Glossary Item Box

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

Syntax

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

Example

Visual BasicCopy Code
WebViewer.FlashViewerOptions.HyperLinkBackColor = System.Drawing.Color.White
C#Copy Code
WebViewer.FlashViewerOptions.HyperLinkBackColor = System.Drawing.Color.White;

See Also