Udostępnij przez


Właściwość TextBoxInstance.ProcessedWithError

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

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

Składnia

'Deklaracja
Public ReadOnly Property ProcessedWithError As Boolean
    Get
'Użycie
Dim instance As TextBoxInstance
Dim value As Boolean

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

Wartość właściwości

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