다음을 통해 공유


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 네임스페이스