Share via


ReportViewer.InternalBorderStyle 属性

获取或设置控件的内部边框样式。

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

语法

声明
<WebBrowsableAttribute(True)> _
Public Property InternalBorderStyle As BorderStyle
[WebBrowsableAttribute(true)]
public BorderStyle InternalBorderStyle { get; set; }
[WebBrowsableAttribute(true)]
public:
property BorderStyle InternalBorderStyle {
    BorderStyle get ();
    void set (BorderStyle value);
}
[<WebBrowsableAttribute(true)>]
member InternalBorderStyle : BorderStyle with get, set
function get InternalBorderStyle () : BorderStyle
function set InternalBorderStyle (value : BorderStyle)

属性值

类型:BorderStyle
一个 BorderStyle 值,用于指明控件的内部边框样式。

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WebForms 命名空间