Partager via


Propriété IsCompiled

Indicates whether this text run instance is compiled from HTML tags.

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

Syntaxe

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

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean object.