Share via


ReportViewer.InternalBorderWidth 屬性

取得或設定控制項內部框線的寬度。

命名空間:  Microsoft.Reporting.WebForms
組件:  Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)

語法

'宣告
<WebBrowsableAttribute(True)> _
Public Property InternalBorderWidth As Unit
[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)

屬性值

類型:Unit
包含控制項內部框線寬度的 Unit 值。

請參閱

參考

ReportViewer 類別

Microsoft.Reporting.WebForms 命名空間