ParagraphInstance.IsCompiled 属性

Gets a Boolean value that indicates whether this ParagraphInstance is a CompiledParagraphInstance.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride ReadOnly Property IsCompiled As Boolean
    Get
用法
Dim instance As ParagraphInstance
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 ParagraphInstance is a CompiledParagraphInstance; otherwise, false.