ActiveReports 13
BackColor Property (Viewer)

GrapeCity.ActiveReports.Viewer.Win Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : BackColor Property
Gets or sets the background color for the control.
Syntax
'Declaration
 
Public Overridable Property BackColor As Color
public virtual Color BackColor {get; set;}

Property Value

A System.Drawing.Color that represents the background color of the control. The default is the value of the System.Windows.Forms.Control.DefaultBackColor property.
See Also

Reference

Viewer Class
Viewer Members