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 値。