ActiveReports 6 Online Help
BackColor Property (ReportViewerObject)
Example 

Gets or sets the background color of the viewer.
Syntax
'Declaration
 
Public Property BackColor As Color
public Color BackColor {get; set;}

Property Value

A System.Drawing.Color value that represents the color of the viewer's background. 
Example
arv.ReportViewer.BackColor = System.Drawing.Color.Purple;
arv.ReportViewer.BackColor = System.Drawing.Color.Purple
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportViewerObject Class
ReportViewerObject Members

Send Feedback