다음을 통해 공유


ReportViewer.InternalBorderWidth 속성

컨트롤의 내부 테두리의 너비를 가져오거나 설정합니다.

네임스페이스:  Microsoft.Reporting.WebForms
어셈블리:  Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)

구문

‘선언
<WebBrowsableAttribute(True)> _
Public Property InternalBorderWidth As Unit
    Get
    Set
‘사용 방법
Dim instance As ReportViewer
Dim value As Unit

value = instance.InternalBorderWidth

instance.InternalBorderWidth = value
[WebBrowsableAttribute(true)]
public Unit InternalBorderWidth { get; set; }
[WebBrowsableAttribute(true)]
public:
property Unit InternalBorderWidth {
    Unit get ();
    void set (Unit value);
}
[<WebBrowsableAttribute(true)>]
member InternalBorderWidth : Unit with get, set
function get InternalBorderWidth () : Unit
function set InternalBorderWidth (value : Unit)

속성 값

유형: System.Web.UI.WebControls.Unit
컨트롤의 내부 테두리 너비를 포함하는 Unit

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WebForms 네임스페이스