共用方式為


CompiledTextRunInstance.IsCompiled 屬性

Indicates whether this text run instance is compiled from HTML tags.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overrides ReadOnly Property IsCompiled As Boolean 
    Get
'用途
Dim instance As CompiledTextRunInstance 
Dim value As Boolean 

value = instance.IsCompiled
public override bool IsCompiled { get; }
public:
virtual property bool IsCompiled {
    bool get () override;
}
abstract IsCompiled : bool 
override IsCompiled : bool
override function get IsCompiled () : boolean

屬性值

型別:System.Boolean
A Boolean object.

請參閱

參考

CompiledTextRunInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間