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 width of a toolbar item while it is being selected.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(GetType(Unit), "1px")> _
<CategoryAttribute("Appearance")> _
Public Property ToolBarItemPressedBorderWidth As Unit
'Usage
Dim instance As ReportViewer
Dim value As Unit
value = instance.ToolBarItemPressedBorderWidth
instance.ToolBarItemPressedBorderWidth = value
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Unit), "1px")]
[CategoryAttribute("Appearance")]
public Unit ToolBarItemPressedBorderWidth { get; set; }
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Unit), L"1px")]
[CategoryAttribute(L"Appearance")]
public:
property Unit ToolBarItemPressedBorderWidth {
Unit get ();
void set (Unit value);
}
/** @property */
public Unit get_ToolBarItemPressedBorderWidth ()
/** @property */
public void set_ToolBarItemPressedBorderWidth (Unit value)
public function get ToolBarItemPressedBorderWidth () : Unit
public function set ToolBarItemPressedBorderWidth (value : Unit)
Property Value
A Unit value containing the border width of the toolbar item while it is being selected.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace