共用方式為


ReportViewer.ToolBarItemPressedBorderStyle 屬性

注意:此 API 已經過時。

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

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

語法

'宣告
<BrowsableAttribute(False)> _
<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")> _
Public Property ToolBarItemPressedBorderStyle As BorderStyle
    Get
    Set
'用途
Dim instance As ReportViewer
Dim value As BorderStyle

value = instance.ToolBarItemPressedBorderStyle

instance.ToolBarItemPressedBorderStyle = value
[BrowsableAttribute(false)]
[ObsoleteAttribute("The report viewer no longer uses pressed buttons.")]
public BorderStyle ToolBarItemPressedBorderStyle { get; set; }
[BrowsableAttribute(false)]
[ObsoleteAttribute(L"The report viewer no longer uses pressed buttons.")]
public:
property BorderStyle ToolBarItemPressedBorderStyle {
    BorderStyle get ();
    void set (BorderStyle value);
}
[<BrowsableAttribute(false)>]
[<ObsoleteAttribute("The report viewer no longer uses pressed buttons.")>]
member ToolBarItemPressedBorderStyle : BorderStyle with get, set
function get ToolBarItemPressedBorderStyle () : BorderStyle
function set ToolBarItemPressedBorderStyle (value : BorderStyle)

屬性值

型別:System.Web.UI.WebControls.BorderStyle
BorderStyle 值,包含選定狀態下工具列項目的框線樣式。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間