Partager via


Propriété ParagraphInstance.IsCompiled

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property IsCompiled As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
true if this ParagraphInstance is a CompiledParagraphInstance; otherwise, false.

Voir aussi

Référence

ParagraphInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering