CompiledTextRunInstance.ProcessedWithError 属性

Gets a Boolean value that indicates whether an error occurred while parsing the HTML.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public Overrides ReadOnly Property ProcessedWithError As Boolean
    Get
用法
Dim instance As CompiledTextRunInstance
Dim value As Boolean

value = instance.ProcessedWithError
public override bool ProcessedWithError { get; }
public:
virtual property bool ProcessedWithError {
    bool get () override;
}
abstract ProcessedWithError : bool
override ProcessedWithError : bool
override function get ProcessedWithError () : boolean

属性值

类型:System.Boolean
true if an error occurred while parsing the HTML; otherwise, false.