Share via


ReportViewer.SplitterBackColor 属性

获取或设置文档结构图拆分栏和提示区域拆分栏的背景色。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
<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)

属性值

类型:Color
一个 Color 对象。默认颜色的 RGB 值为 (236,233,216)。

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WebForms 命名空间