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 border color of an item on the toolbar.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(GetType(Color), "#336699")> _
<CategoryAttribute("Appearance")> _
Public Property ToolBarItemBorderColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color
value = instance.ToolBarItemBorderColor
instance.ToolBarItemBorderColor = value
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Color), "#336699")]
[CategoryAttribute("Appearance")]
public Color ToolBarItemBorderColor { get; set; }
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Color), L"#336699")]
[CategoryAttribute(L"Appearance")]
public:
property Color ToolBarItemBorderColor {
Color get ();
void set (Color value);
}
/** @property */
public Color get_ToolBarItemBorderColor ()
/** @property */
public void set_ToolBarItemBorderColor (Color value)
public function get ToolBarItemBorderColor () : Color
public function set ToolBarItemBorderColor (value : Color)
Property Value
A Color value indicating the color of the toolbar item.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace