IReportViewerMessages2.ProcessingStopped Propiedad

Obtiene el texto que se debe mostrar cuando se ha detenido el procesamiento de un informe.

Espacio de nombres:  Microsoft.Reporting.WinForms
Ensamblado:  Microsoft.ReportViewer.WinForms (en Microsoft.ReportViewer.WinForms.dll)

Sintaxis

'Declaración
ReadOnly Property ProcessingStopped As String
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
Un valor String que contiene el texto que se debe mostrar cuando se ha detenido el procesamiento de un informe.

Vea también

Referencia

IReportViewerMessages2 Interfaz

Espacio de nombres Microsoft.Reporting.WinForms