ReportViewer.ToolBarItemBorderWidth Property

Gets or sets the width of the toolbar item border.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<DefaultValueAttribute(GetType(Unit), "1px")> _
<CategoryAttribute("Appearance")> _
<WebBrowsableAttribute(True)> _
Public Property ToolBarItemBorderWidth As Unit
'Usage
Dim instance As ReportViewer
Dim value As Unit

value = instance.ToolBarItemBorderWidth

instance.ToolBarItemBorderWidth = value
[DefaultValueAttribute(typeof(Unit), "1px")] 
[CategoryAttribute("Appearance")] 
[WebBrowsableAttribute(true)] 
public Unit ToolBarItemBorderWidth { get; set; }
[DefaultValueAttribute(typeof(Unit), L"1px")] 
[CategoryAttribute(L"Appearance")] 
[WebBrowsableAttribute(true)] 
public:
property Unit ToolBarItemBorderWidth {
    Unit get ();
    void set (Unit value);
}
/** @property */
public Unit get_ToolBarItemBorderWidth ()

/** @property */
public void set_ToolBarItemBorderWidth (Unit value)
public function get ToolBarItemBorderWidth () : Unit

public function set ToolBarItemBorderWidth (value : Unit)

Property Value

A Unit value containing the border width of the toolbar item.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace