Свойство 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering