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
string ExportDialogStatusText { get; }
property String^ ExportDialogStatusText {
String^ get();
}
abstract ExportDialogStatusText : string with get
ReadOnly Property ExportDialogStatusText As String
Property Value
Type: System.String
A string value that indicates that an export is in progress and that the user needs to wait for it to complete.
See Also
IReportViewerMessages3 Interface
Microsoft.Reporting.WinForms Namespace
Return to top