Udostępnij za pośrednictwem


Właściwość ReportViewer.ToolBarItemPressedBorderWidth —

Uwaga: ten interfejs API jest teraz nieaktualny.

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

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")> _
<BrowsableAttribute(False)> _
Public Property ToolBarItemPressedBorderWidth As Unit
[ObsoleteAttribute("The report viewer no longer uses pressed buttons.")]
[BrowsableAttribute(false)]
public Unit ToolBarItemPressedBorderWidth { get; set; }
[ObsoleteAttribute(L"The report viewer no longer uses pressed buttons.")]
[BrowsableAttribute(false)]
public:
property Unit ToolBarItemPressedBorderWidth {
    Unit get ();
    void set (Unit value);
}
[<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")>]
[<BrowsableAttribute(false)>]
member ToolBarItemPressedBorderWidth : Unit with get, set
function get ToolBarItemPressedBorderWidth () : Unit
function set ToolBarItemPressedBorderWidth (value : Unit)

Wartość właściwości

Typ: Unit
A Unit value containing the border width of the toolbar item while it is being selected.

Zobacz też

Informacje

ReportViewer Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms