共用方式為


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.