Właściwość ReportViewer.ToolBarItemPressedBorderStyle —
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 ToolBarItemPressedBorderStyle As BorderStyle
[ObsoleteAttribute("The report viewer no longer uses pressed buttons.")]
[BrowsableAttribute(false)]
public BorderStyle ToolBarItemPressedBorderStyle { get; set; }
[ObsoleteAttribute(L"The report viewer no longer uses pressed buttons.")]
[BrowsableAttribute(false)]
public:
property BorderStyle ToolBarItemPressedBorderStyle {
BorderStyle get ();
void set (BorderStyle value);
}
[<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")>]
[<BrowsableAttribute(false)>]
member ToolBarItemPressedBorderStyle : BorderStyle with get, set
function get ToolBarItemPressedBorderStyle () : BorderStyle
function set ToolBarItemPressedBorderStyle (value : BorderStyle)
Wartość właściwości
Typ: BorderStyle
A BorderStyle value containing the border style of the toolbar item in selected state.