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 命名空间