Dela via


TextBoxInstance.ProcessedWithError Property

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ProcessedWithError As Boolean 
    Get
'Usage
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

Property Value

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

See Also

Reference

TextBoxInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace