Właściwość ReportViewer.SplitterBackColor —
Gets or sets the background color of the document map split bar and the prompt area split bar.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property SplitterBackColor As Color
[WebBrowsableAttribute(true)]
public Color SplitterBackColor { get; set; }
[WebBrowsableAttribute(true)]
public:
property Color SplitterBackColor {
Color get ();
void set (Color value);
}
[<WebBrowsableAttribute(true)>]
member SplitterBackColor : Color with get, set
function get SplitterBackColor () : Color
function set SplitterBackColor (value : Color)
Wartość właściwości
Typ: Color
A Color object. The default color has the RGB values (236,233,216).