Share via


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 命名空间