Compartir a través de


TextRunInstance.IsCompiled Propiedad

Gets a Boolean value that indicates whether this TextRunInstance is a CompiledTextRunInstance, which is compile from HTML tags.

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

Sintaxis

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

Valor de la propiedad

Tipo: System.Boolean
true if this TextRunInstance is a CompiledTextRunInstance; otherwise, false.

Vea también

Referencia

TextRunInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering