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