Share via


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

'Declaration
ReadOnly Property ProcessingStopped As String
'Usage
Dim instance As IReportViewerMessages2
Dim value As String

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

Property Value

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

See Also

Reference

IReportViewerMessages2 Interface
IReportViewerMessages2 Members
Microsoft.Reporting.WinForms Namespace