Compartir a través de


ProcessedWithError Propiedad

Gets a Boolean value that indicates whether this SubReportInstance contains errors.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ProcessedWithError As Boolean
    Get
'Uso
Dim instance As SubReportInstance
Dim value As Boolean

value = instance.ProcessedWithError
public bool ProcessedWithError { get; }
public:
property bool ProcessedWithError {
    bool get ();
}
member ProcessedWithError : bool
function get ProcessedWithError () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if this SubReportInstance contains errors; otherwise, false.

Notas

For the error code, see ErrorCode.