Compartilhar via


Classe CompiledParagraphInstance

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

Hierarquia de herança

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 (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 público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

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.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering