Свойство TextRunInstance.IsCompiled
Gets a Boolean value that indicates whether this TextRunInstance is a CompiledTextRunInstance, which is compile from HTML tags.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property IsCompiled As Boolean
Get
'Применение
Dim instance As TextRunInstance
Dim value As Boolean
value = instance.IsCompiled
public abstract bool IsCompiled { get; }
public:
virtual property bool IsCompiled {
bool get () abstract;
}
abstract IsCompiled : bool
abstract function get IsCompiled () : boolean
Значение свойства
Тип: System.Boolean
true if this TextRunInstance is a CompiledTextRunInstance; otherwise, false.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering