Udostępnij przez


Właściwość TextRunInstance.IsCompiled

Pobiera wartość logiczna wartość wskazująca, czy to TextRunInstance jest CompiledTextRunInstance, która jest kompilacji z tagów HTML.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public MustOverride ReadOnly Property IsCompiled As Boolean
    Get
'Użycie
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

Wartość właściwości

Typ: System.Boolean
true if this TextRunInstance is a CompiledTextRunInstance; w przeciwnym razie false.