Свойство TextRunInstance.ProcessedWithError
Gets a Boolean value that indicates whether this TextRunInstance contains errors.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property ProcessedWithError As Boolean
Get
'Применение
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
Значение свойства
Тип: System.Boolean
true if this TextRunInstance contains errors; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering