ReportViewer.InternalBorderStyle プロパティ
コントロールの内部の罫線のスタイルを取得または設定します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
<WebBrowsableAttribute(True)> _
Public Property InternalBorderStyle As BorderStyle
Get
Set
'使用
Dim instance As ReportViewer
Dim value As BorderStyle
value = instance.InternalBorderStyle
instance.InternalBorderStyle = value
[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)
プロパティ値
型: System.Web.UI.WebControls.BorderStyle
コントロールの内部の罫線のスタイルを示す BorderStyle 値。