Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the background color of the control's report area.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<DefaultValueAttribute(GetType(Color), "White")> _
Public Overridable Property BackColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color
value = instance.BackColor
instance.BackColor = value
[DefaultValueAttribute(typeof(Color), "White")]
public virtual Color BackColor { get; set; }
[DefaultValueAttribute(typeof(Color), L"White")]
public:
virtual property Color BackColor {
Color get ();
void set (Color value);
}
/** @property */
public Color get_BackColor ()
/** @property */
public void set_BackColor (Color value)
public function get BackColor () : Color
public function set BackColor (value : Color)
Property Value
A Color value indicating the background color of the control's report area.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WinForms Namespace