Partager via


Propriété IReportViewerMessages2.ProcessingStopped

Obtient le texte à afficher lorsque le traitement d'un rapport a été arrêté.

Espace de noms :  Microsoft.Reporting.WinForms
Assembly :  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
ReadOnly Property ProcessingStopped As String
    Get
'Utilisation
Dim instance As IReportViewerMessages2
Dim value As String

value = instance.ProcessingStopped
string ProcessingStopped { get; }
property String^ ProcessingStopped {
    String^ get ();
}
abstract ProcessingStopped : string
function get ProcessingStopped () : String

Valeur de propriété

Type : System.String
String qui contient le texte à afficher lorsque le traitement d'un rapport a été arrêté.

Voir aussi

Référence

IReportViewerMessages2 Interface

Espace de noms Microsoft.Reporting.WinForms