Compartir a través de


IsCompiled Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property IsCompiled As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean object.