다음을 통해 공유


ReportViewer.InternalBorderColor 속성

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

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

구문

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

value = instance.InternalBorderColor

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

속성 값

유형: System.Drawing.Color
컨트롤의 내부 테두리 색을 나타내는 Color

참고 항목

참조

ReportViewer 클래스

Microsoft.Reporting.WebForms 네임스페이스