Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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