IReportViewerMessages3.ExportDialogStatusText Property
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 (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
ReadOnly Property ExportDialogStatusText As String
'Usage
Dim instance As IReportViewerMessages3
Dim value As String
value = instance.ExportDialogStatusText
string ExportDialogStatusText { get; }
property String^ ExportDialogStatusText {
String^ get ();
}
/** @property */
String get_ExportDialogStatusText ()
function get ExportDialogStatusText () : String
Property Value
A string value that indicates that an export is in progress and that the user needs to wait for it to complete.
See Also
Reference
IReportViewerMessages3 Interface
IReportViewerMessages3 Members
Microsoft.Reporting.WinForms Namespace