IReportViewerMessages3.ExportDialogStatusText 屬性

 

發佈時間: 2016年4月

取得使用者選取匯出格式後顯示於 [正在匯出] 對話方塊中的文字,這些文字表示匯出正在進行中,使用者必須等候作業完成。

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

語法

string ExportDialogStatusText { get; }
property String^ ExportDialogStatusText {
    String^ get();
}
abstract ExportDialogStatusText : string with get
ReadOnly Property ExportDialogStatusText As String

屬性值

Type: System.String

表示匯出正在進行中,使用者必須等候作業完成的 string 值。

請參閱

IReportViewerMessages3 介面
Microsoft.Reporting.WinForms 命名空間

回到頁首