Partilhar via


Propriedade do RDL CompiledParagraphInstance.IsCompiled

Indicates whether this paragraph instance is compiled from HTML tags.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Property IsCompiled As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
A Boolean value.

Consulte também

Referência

CompiledParagraphInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering