IReportViewerMessages.ProgressText Property

 

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

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

Syntax

string ProgressText { get; }
property String^ ProgressText {
    String^ get();
}
abstract ProgressText : string with get
ReadOnly Property ProgressText As String

Property Value

Type: System.String

A string value.

See Also

IReportViewerMessages Interface
Microsoft.Reporting.WinForms Namespace

Return to top