Condividi tramite


Proprietà TextRunInstance.ProcessedWithError

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property ProcessedWithError As Boolean 
    Get
'Utilizzo
Dim instance As TextRunInstance 
Dim value As Boolean 

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

Valore proprietà

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

Vedere anche

Riferimento

TextRunInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering