Partilhar via


Propriedade IReportViewerMessages3.ExportDialogStatusText

Gets the text displayed in the Exporting dialog box after the user selects an export format and that indicates that the export is in progress and the user must wait for it to complete.

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

Sintaxe

'Declaração
ReadOnly Property ExportDialogStatusText As String
string ExportDialogStatusText { get; }
property String^ ExportDialogStatusText {
    String^ get ();
}
abstract ExportDialogStatusText : string with get
function get ExportDialogStatusText () : String

Valor de propriedade

Tipo: String
A string value that indicates that an export is in progress and that the user needs to wait for it to complete.

Consulte também

Referência

IReportViewerMessages3 Interface

Namespace Microsoft.Reporting.WinForms