共用方式為


ReportViewerStatus.CanExport 屬性

取得 Boolean 值,這個值表示是否不需取消現有的報表處理或互動式轉譯作業即可匯出報表。

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

'宣告
Public ReadOnly Property CanExport As Boolean
public bool CanExport { get; }
public:
property bool CanExport {
    bool get ();
}
member CanExport : bool with get
function get CanExport () : boolean

屬性值

類型:Boolean
如果不需取消現有的報表處理或互動式轉譯作業即可匯出報表,則為 true,否則為 false。

請參閱

參考

ReportViewerStatus 類別

Microsoft.Reporting.WinForms 命名空間