Udostępnij przez


Właściwość TextRunInstance.ProcessedWithError

Pobiera wartość logiczna wartość wskazująca, czy to TextRunInstance zawiera błędy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public MustOverride ReadOnly Property ProcessedWithError As Boolean
    Get
'Użycie
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

Wartość właściwości

Typ: System.Boolean
TRUE Jeśli TextRunInstance zawiera błędy; w przeciwnym razie false.