ReportViewer.InternalBorderColor 属性

获取或设置控件的内部边框颜色。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
<WebBrowsableAttribute(True)> _
Public Property InternalBorderColor As Color
[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)

属性值

类型:Color
一个 Color 值,用于指明控件的内部边框颜色。

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WebForms 命名空间