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
public override Color BackColor { get; set; }
public:
property Color BackColor {
virtual Color get() override;
virtual void set(Color value) override;
}
override BackColor : Color with get, set
Public Overrides Property BackColor As Color
Property Value
Type: System.Drawing.Color
A Color value indicating the background color of the control's report area.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top