获取或设置工具栏上某一项的边框颜色。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
<WebBrowsableAttribute(True)> _
Public Property ToolBarItemBorderColor As Color
[WebBrowsableAttribute(true)]
public Color ToolBarItemBorderColor { get; set; }
[WebBrowsableAttribute(true)]
public:
property Color ToolBarItemBorderColor {
Color get ();
void set (Color value);
}
[<WebBrowsableAttribute(true)>]
member ToolBarItemBorderColor : Color with get, set
function get ToolBarItemBorderColor () : Color
function set ToolBarItemBorderColor (value : Color)
属性值
类型:Color
一个 Color 值,用于指明工具栏项的颜色。