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.