Właściwość ReportViewer.ToolBarItemBorderColor —
Gets or sets the border color of an item on the toolbar.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<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)
Wartość właściwości
Typ: Color
A Color value indicating the color of the toolbar item.