ReportViewer.ToolBarItemBorderColor Property
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
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(GetType(Color), "#336699")> _
<WebBrowsableAttribute(True)> _
Public Property ToolBarItemBorderColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color
value = instance.ToolBarItemBorderColor
instance.ToolBarItemBorderColor = value
[CategoryAttribute("Appearance")]
[DefaultValueAttribute(typeof(Color), "#336699")]
[WebBrowsableAttribute(true)]
public Color ToolBarItemBorderColor { get; set; }
[CategoryAttribute(L"Appearance")]
[DefaultValueAttribute(typeof(Color), L"#336699")]
[WebBrowsableAttribute(true)]
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