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 Overrides Property BackColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color

value = instance.BackColor

instance.BackColor = value
[DefaultValueAttribute(typeof(Color), "#ECE9D8")] 
public override Color BackColor { get; set; }
[DefaultValueAttribute(typeof(Color), L"#ECE9D8")] 
public:
virtual property Color BackColor {
    Color get () override;
    void set (Color value) override;
}
/** @property */
public Color get_BackColor ()

/** @property */
public void set_BackColor (Color value)
public override function get BackColor () : Color

public override 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