ActiveReports 12
SearchResultsBackColor Property (FlashViewerOptions)
Example 

GrapeCity.ActiveReports.Web.v12 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : SearchResultsBackColor Property
Gets or sets the background color of the highlighted text when using the WebViewer control's Find dialog. The default color is Blue. 
Syntax
'Declaration
 
Public Property SearchResultsBackColor As Color
public Color SearchResultsBackColor {get; set;}
Example
WebViewer.FlashViewerOptions.SearchResultsBackColor = System.Drawing.Color.Red
WebViewer.FlashViewerOptions.SearchResultsBackColor = System.Drawing.Color.Red;
See Also

Reference

FlashViewerOptions Class
FlashViewerOptions Members