다음을 통해 공유


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