Partager via


Classe CompiledParagraphInstance

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public NotInheritable Class CompiledParagraphInstance _
    Inherits ParagraphInstance
'Utilisation
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

Le type CompiledParagraphInstance expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CompiledTextRunInstances Gets the parsed text runs in the compiled paragraph.
Propriété publique Definition Gets the definition class of this ParagraphInstance. (hérité de ParagraphInstance.)
Propriété publique HangingIndent Gets the parsed value of the HangingIndent property in a Paragraph class. (remplace ParagraphInstance. . :: . .HangingIndent.)
Propriété publique IsCompiled Indicates whether this paragraph instance is compiled from HTML tags. (remplace ParagraphInstance. . :: . .IsCompiled.)
Propriété publique LeftIndent Gets the parsed value of the LeftIndent property in a Paragraph class. (remplace ParagraphInstance. . :: . .LeftIndent.)
Propriété publique ListLevel Gets the parsed value of the ListLevel property in a Paragraph class. (remplace ParagraphInstance. . :: . .ListLevel.)
Propriété publique ListStyle Gets the parsed value of the ListStyle property in a Paragraph class. (remplace ParagraphInstance. . :: . .ListStyle.)
Propriété publique RightIndent Gets the parsed value of the RightIndent property in a Paragraph class. (remplace ParagraphInstance. . :: . .RightIndent.)
Propriété publique SpaceAfter Gets the parsed value of the SpaceAfter property in a Paragraph class. (remplace ParagraphInstance. . :: . .SpaceAfter.)
Propriété publique SpaceBefore Gets the parsed value of the SpaceBefore property in a Paragraph class. (remplace ParagraphInstance. . :: . .SpaceBefore.)
Propriété publique Style Gets calculated the style information of the Paragraph definition object, or the parsed style values from the HTML, if any are present. (remplace ReportElementInstance. . :: . .Style.)
Propriété publique TextRunInstances Gets the calculated value of the TextRuns property in a Paragraph class. (hérité de ParagraphInstance.)
Propriété publique UniqueName Gets the unique identifier of this instance object. (remplace ParagraphInstance. . :: . .UniqueName.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée ResetInstanceCache Infrastructure. (hérité de ParagraphInstance.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ protégé m_reportElementDef Infrastructure. (hérité de ReportElementInstance.)
Champ protégé m_style Infrastructure. (hérité de ReportElementInstance.)
Champ protégé m_textRunInstances Infrastructure. (hérité de ParagraphInstance.)
Champ protégé m_uniqueName Infrastructure. (hérité de ParagraphInstance.)

Haut de la page

Notes

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.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.