Freigeben über


CompiledRichTextInstance-Klasse

Represents a compiled paragraph instance generated from parsing HTML in a text run.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering..::..CompiledRichTextInstance

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

Syntax

'Declaration
Public NotInheritable Class CompiledRichTextInstance _
    Inherits BaseInstance
'Usage
Dim instance As CompiledRichTextInstance
public sealed class CompiledRichTextInstance : BaseInstance
public ref class CompiledRichTextInstance sealed : public BaseInstance
[<SealedAttribute>]
type CompiledRichTextInstance =  
    class
        inherit BaseInstance
    end
public final class CompiledRichTextInstance extends BaseInstance

Der CompiledRichTextInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CompiledParagraphInstances Gets the compiled paragraphs.
Öffentliche Eigenschaft ParseErrorOccured Gets a value that indicates whether a parse error has occurred.
Öffentliche Eigenschaft UniqueName Gets the unique name of the instance object.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode ResetInstanceCache Resets the instance cache. (Geerbt von BaseInstance.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

One or more compiled CompiledParagraphInstance is generated from a parsed HTML, which in turn contains one or more compiled CompiledTextRunInstance. These compiled instance objects do not really have a one-to-one correspondence with definition objects.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.