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