ParagraphInstance.IsCompiled Property
Gets a Boolean value that indicates whether this ParagraphInstance is a CompiledParagraphInstance.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property IsCompiled As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if this ParagraphInstance is a CompiledParagraphInstance; otherwise, false.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace