ActiveReports 12
HyperLinkBackColor Property (FlashViewerOptions)
Example 

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : HyperLinkBackColor Property
Gets or sets the background color of the controls that host a hyperlink. The default value is transparent. 
Syntax
'Declaration
 
Public Property HyperLinkBackColor As Color
public Color HyperLinkBackColor {get; set;}
Example
WebViewer.FlashViewerOptions.HyperLinkBackColor = System.Drawing.Color.White
WebViewer.FlashViewerOptions.HyperLinkBackColor = System.Drawing.Color.White;
See Also

Reference

FlashViewerOptions Class
FlashViewerOptions Members