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

Boolean 值。預設值為 true

請參閱

ReportViewer 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首