Partager via


Propriété TextBoxInstance.ProcessedWithError

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ProcessedWithError As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

TextBoxInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering