次の方法で共有


ReportViewer.ShowExportButton プロパティ

 

発行: 2016年4月

コントロールに [エクスポート] ボタンを表示するかどうかを示します。

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

構文

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

プロパティ値

Type: System.Boolean

ブール値。既定値は true です。

参照

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

トップに戻る