次の方法で共有


ReportViewer.BorderStyle プロパティ

 

発行: 2016年4月

ReportViewer コントロールの罫線のスタイルを取得または設定します。

名前空間:   Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

public BorderStyle BorderStyle { get; set; }
public:
property BorderStyle BorderStyle {
    BorderStyle get();
    void set(BorderStyle value);
}
member BorderStyle : BorderStyle with get, set
Public Property BorderStyle As BorderStyle

プロパティ値

Type: System.Windows.Forms.BorderStyle

BorderStyle 値。

参照

ReportViewer クラス
Microsoft.Reporting.WinForms 名前空間

トップに戻る