Compartir a través de


TextBoxInstance.ProcessedWithError Propiedad

Gets a Boolean value that indicates whether this TextBoxInstance 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 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

Valor de la propiedad

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

Vea también

Referencia

TextBoxInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering