Share via


ReportViewer.ToolBarItemPressedBorderStyle 屬性

注意:這個 API 現在已經過時。

這個屬性不再適用,基於回溯相容性而提供。ReportViewer 控制項不再使用已按下的按鈕。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
<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)

屬性值

類型:BorderStyle
BorderStyle 值,包含選定狀態下工具列項目的框線樣式。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間