ReportViewer.BackColor Property

Gets or sets the background color of the control's report area.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<DefaultValueAttribute(GetType(Color), "#ECE9D8")> _
Public Overridable Property BackColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color

value = instance.BackColor

instance.BackColor = value
[DefaultValueAttribute(typeof(Color), "#ECE9D8")] 
public virtual Color BackColor { get; set; }
[DefaultValueAttribute(typeof(Color), L"#ECE9D8")] 
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.WebForms Namespace