次の方法で共有


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

エクスポートが進行中であり、ユーザーは完了まで待機する必要があることを示す文字列値。

参照

IReportViewerMessages3 インターフェイス
Microsoft.Reporting.WinForms 名前空間

トップに戻る