Freigeben über


CompiledParagraphInstance-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
      Microsoft.ReportingServices.OnDemandReportRendering.ParagraphInstance
        Microsoft.ReportingServices.OnDemandReportRendering.CompiledParagraphInstance

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

Syntax

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

Der CompiledParagraphInstance-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CompiledTextRunInstances Gets the parsed text runs in the compiled paragraph.
Öffentliche Eigenschaft Definition Gets the definition class of this ParagraphInstance. (Geerbt von ParagraphInstance.)
Öffentliche Eigenschaft HangingIndent Gets the parsed value of the HangingIndent property in a Paragraph class. (Überschreibt ParagraphInstance.HangingIndent.)
Öffentliche Eigenschaft IsCompiled Indicates whether this paragraph instance is compiled from HTML tags. (Überschreibt ParagraphInstance.IsCompiled.)
Öffentliche Eigenschaft LeftIndent Gets the parsed value of the LeftIndent property in a Paragraph class. (Überschreibt ParagraphInstance.LeftIndent.)
Öffentliche Eigenschaft ListLevel Gets the parsed value of the ListLevel property in a Paragraph class. (Überschreibt ParagraphInstance.ListLevel.)
Öffentliche Eigenschaft ListStyle Gets the parsed value of the ListStyle property in a Paragraph class. (Überschreibt ParagraphInstance.ListStyle.)
Öffentliche Eigenschaft RightIndent Gets the parsed value of the RightIndent property in a Paragraph class. (Überschreibt ParagraphInstance.RightIndent.)
Öffentliche Eigenschaft SpaceAfter Gets the parsed value of the SpaceAfter property in a Paragraph class. (Überschreibt ParagraphInstance.SpaceAfter.)
Öffentliche Eigenschaft SpaceBefore Gets the parsed value of the SpaceBefore property in a Paragraph class. (Überschreibt ParagraphInstance.SpaceBefore.)
Öffentliche Eigenschaft Style Gets calculated the style information of the Paragraph definition object, or the parsed style values from the HTML, if any are present. (Überschreibt ReportElementInstance.Style.)
Öffentliche Eigenschaft TextRunInstances Gets the calculated value of the TextRuns property in a Paragraph class. (Geerbt von ParagraphInstance.)
Öffentliche Eigenschaft UniqueName Gets the unique identifier of this instance object. (Überschreibt ParagraphInstance.UniqueName.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Ö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.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace