共用方式為


ReportViewer.ToolBarItemPressedBorderWidth 屬性

注意:此 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 ToolBarItemPressedBorderWidth As Unit
    Get
    Set
'用途
Dim instance As ReportViewer
Dim value As Unit

value = instance.ToolBarItemPressedBorderWidth

instance.ToolBarItemPressedBorderWidth = value
[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)

屬性值

型別:System.Web.UI.WebControls.Unit
Unit 值,其中包含在選取工具列項目時的框線寬度。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間