Freigeben über


IReportViewerMessages3.ExportDialogStatusText-Eigenschaft

Ruft den Text ab, der im Dialogfeld Exportieren angezeigt wird, nachdem Benutzer ein Exportformat ausgewählt haben, und der angibt, dass der Exportvorgang ausgeführt wird und der Benutzer auf dessen Abschluss warten muss.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Syntax

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

Eigenschaftswert

Typ: String
Ein string-Wert, der angibt, dass ein Exportvorgang ausgeführt wird und der Benutzer auf dessen Abschluss warten muss.

Siehe auch

Referenz

IReportViewerMessages3 Schnittstelle

Microsoft.Reporting.WinForms-Namespace