TextRunInstance.ProcessedWithError Property
Gets a Boolean value that indicates whether this TextRunInstance contains errors.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ProcessedWithError As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if this TextRunInstance contains errors; otherwise, false.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace