Compartilhar via


Propriedade do RDL SubReportInstance.ProcessedWithError

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

For the error code, see ErrorCode.

Consulte também

Referência

SubReportInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering