CompiledParagraphInstance.IsCompiled 属性

Indicates whether this paragraph 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 CompiledParagraphInstance
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 value.