Share via


ReportViewer.ToolBarItemBorderColor 屬性

取得或設定工具列中的項目框線色彩。

命名空間:  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 值。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間