IReportViewerMessages.ProgressText Property

Provides the text for the progress message that is displayed when a report is processing.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
ReadOnly Property ProgressText As String
'Usage
Dim instance As IReportViewerMessages
Dim value As String

value = instance.ProgressText
string ProgressText { get; }
property String^ ProgressText {
    String^ get ();
}
/** @property */
String get_ProgressText ()
function get ProgressText () : String

Property Value

A string value.

See Also

Reference

IReportViewerMessages Interface
IReportViewerMessages Members
Microsoft.Reporting.WebForms Namespace