Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the background color of the document map split bar and the prompt area split bar.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(GetType(Color), "#ECE9D8")> _
<CategoryAttribute("Appearance")> _
Public Property SplitterBackColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color
value = instance.SplitterBackColor
instance.SplitterBackColor = value
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Color), "#ECE9D8")]
[CategoryAttribute("Appearance")]
public Color SplitterBackColor { get; set; }
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Color), L"#ECE9D8")]
[CategoryAttribute(L"Appearance")]
public:
property Color SplitterBackColor {
Color get ();
void set (Color value);
}
/** @property */
public Color get_SplitterBackColor ()
/** @property */
public void set_SplitterBackColor (Color value)
public function get SplitterBackColor () : Color
public function set SplitterBackColor (value : Color)
Property Value
A Color object. The default color has the RGB values (236,233,216).
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace