Freigeben über


TextRunInstance.IsCompiled-Eigenschaft

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

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IsCompiled As Boolean 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

TextRunInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace