| Visual Basic (Declaration) | |
|---|---|
Public Property BackColor As Color | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Color BackColor {get; set;} | |
Return Value
A System.Drawing.Color value that represents the color of the viewer's background.| C# | Copy Code |
|---|---|
arv.ReportViewer.BackColor = System.Drawing.Color.Purple; | |
| Visual Basic | Copy Code |
|---|---|
arv.ReportViewer.BackColor = System.Drawing.Color.Purple | |