Gets or sets the background color of the viewer.
[Visual Basic]
Public Property BackColor As Color
[C#]
public Color BackColor {get; set;}
A System.Drawing.Color value that represents the color of the viewer's background.
[C#]
arv.ReportViewer.BackColor = System.Drawing.Color.Purple; |
[Visual Basic]
arv.ReportViewer.BackColor = System.Drawing.Color.Purple |
ReportViewerObject Class | ReportViewerObject Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.