Partilhar via


Classe CompiledParagraphInstance

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

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

Sintaxe

'Declaração
Public NotInheritable Class CompiledParagraphInstance _
    Inherits ParagraphInstance
'Uso
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

O tipo CompiledParagraphInstance expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CompiledTextRunInstances Gets the parsed text runs in the compiled paragraph.
Propriedade pública Definition Gets the definition class of this ParagraphInstance. (Herdado de ParagraphInstance.)
Propriedade pública HangingIndent Gets the parsed value of the HangingIndent property in a Paragraph class. (Substitui ParagraphInstance. . :: . .HangingIndent.)
Propriedade pública IsCompiled Indicates whether this paragraph instance is compiled from HTML tags. (Substitui ParagraphInstance. . :: . .IsCompiled.)
Propriedade pública LeftIndent Gets the parsed value of the LeftIndent property in a Paragraph class. (Substitui ParagraphInstance. . :: . .LeftIndent.)
Propriedade pública ListLevel Gets the parsed value of the ListLevel property in a Paragraph class. (Substitui ParagraphInstance. . :: . .ListLevel.)
Propriedade pública ListStyle Gets the parsed value of the ListStyle property in a Paragraph class. (Substitui ParagraphInstance. . :: . .ListStyle.)
Propriedade pública RightIndent Gets the parsed value of the RightIndent property in a Paragraph class. (Substitui ParagraphInstance. . :: . .RightIndent.)
Propriedade pública SpaceAfter Gets the parsed value of the SpaceAfter property in a Paragraph class. (Substitui ParagraphInstance. . :: . .SpaceAfter.)
Propriedade pública SpaceBefore Gets the parsed value of the SpaceBefore property in a Paragraph class. (Substitui ParagraphInstance. . :: . .SpaceBefore.)
Propriedade pública Style Gets calculated the style information of the Paragraph definition object, or the parsed style values from the HTML, if any are present. (Substitui ReportElementInstance. . :: . .Style.)
Propriedade pública TextRunInstances Gets the calculated value of the TextRuns property in a Paragraph class. (Herdado de ParagraphInstance.)
Propriedade pública UniqueName Gets the unique identifier of this instance object. (Substitui ParagraphInstance. . :: . .UniqueName.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido ResetInstanceCache Infraestrutura. (Herdado de ParagraphInstance.)
Método público ToString (Herdado de Object.)

Início

Campos

  Nome Descrição
Campo protegido m_reportElementDef Infraestrutura. (Herdado de ReportElementInstance.)
Campo protegido m_style Infraestrutura. (Herdado de ReportElementInstance.)
Campo protegido m_textRunInstances Infraestrutura. (Herdado de ParagraphInstance.)
Campo protegido m_uniqueName Infraestrutura. (Herdado de ParagraphInstance.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.