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
    Get
'Usage
Dim instance As IReportViewerMessages3
Dim value As String

value = instance.ExportDialogStatusText
string ExportDialogStatusText { get; }
property String^ ExportDialogStatusText {
    String^ get ();
}
abstract ExportDialogStatusText : string
function get ExportDialogStatusText () : String

Eigenschaftswert

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

Siehe auch

Verweis

IReportViewerMessages3 Schnittstelle

Microsoft.Reporting.WinForms-Namespace