Свойство TextBoxInstance.ProcessedWithError
Gets a Boolean value that indicates whether this TextBoxInstance contains errors.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property ProcessedWithError As Boolean
Get
'Применение
Dim instance As TextBoxInstance
Dim value As Boolean
value = instance.ProcessedWithError
public bool ProcessedWithError { get; }
public:
property bool ProcessedWithError {
bool get ();
}
member ProcessedWithError : bool
function get ProcessedWithError () : boolean
Значение свойства
Тип: System.Boolean
true if this TextBoxInstance contains errors; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering