ReportViewer.ToolBarItemPressedBorderWidth Property

NOTE: This property is now obsolete.

This property is no longer applicable and exists for backward compatibility. The ReportViewer control no longer uses pressed buttons.

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

Syntax

'Declaration
<DefaultValueAttribute(GetType(Unit), "1px")> _
<BrowsableAttribute(False)> _
<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")> _
Public Property ToolBarItemPressedBorderWidth As Unit
'Usage
Dim instance As ReportViewer
Dim value As Unit

value = instance.ToolBarItemPressedBorderWidth

instance.ToolBarItemPressedBorderWidth = value
[DefaultValueAttribute(typeof(Unit), "1px")] 
[BrowsableAttribute(false)] 
[ObsoleteAttribute("The report viewer no longer uses pressed buttons.")] 
public Unit ToolBarItemPressedBorderWidth { get; set; }
[DefaultValueAttribute(typeof(Unit), L"1px")] 
[BrowsableAttribute(false)] 
[ObsoleteAttribute(L"The report viewer no longer uses pressed buttons.")] 
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