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