PagesBackColor Property (Viewer)
In This Topic
Gets or sets a value that indicates the background color of the report pane.
Syntax
'Declaration
Public Property PagesBackColor As Color
public Color PagesBackColor {get; set;}
Property Value
A
System.Windows.Media.Color representing the background color of the report pane.
See Also