IReportViewerMessages2.ProcessingStopped Property

 

Gets the text to display when the processing of a report has been stopped.

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

Syntax

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

Property Value

Type: System.String

A String that contains the text to display when the processing of a report has been stopped.

See Also

IReportViewerMessages2 Interface
Microsoft.Reporting.WinForms Namespace

Return to top