Compartir a través de


Clase CompiledParagraphInstance

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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

El tipo CompiledParagraphInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CompiledTextRunInstances Gets the parsed text runs in the compiled paragraph.
Propiedad pública Definition Gets the definition class of this ParagraphInstance. (Se hereda de ParagraphInstance.)
Propiedad pública HangingIndent Gets the parsed value of the HangingIndent property in a Paragraph class. (Invalida ParagraphInstance.HangingIndent.)
Propiedad pública IsCompiled Indicates whether this paragraph instance is compiled from HTML tags. (Invalida ParagraphInstance.IsCompiled.)
Propiedad pública LeftIndent Gets the parsed value of the LeftIndent property in a Paragraph class. (Invalida ParagraphInstance.LeftIndent.)
Propiedad pública ListLevel Gets the parsed value of the ListLevel property in a Paragraph class. (Invalida ParagraphInstance.ListLevel.)
Propiedad pública ListStyle Gets the parsed value of the ListStyle property in a Paragraph class. (Invalida ParagraphInstance.ListStyle.)
Propiedad pública RightIndent Gets the parsed value of the RightIndent property in a Paragraph class. (Invalida ParagraphInstance.RightIndent.)
Propiedad pública SpaceAfter Gets the parsed value of the SpaceAfter property in a Paragraph class. (Invalida ParagraphInstance.SpaceAfter.)
Propiedad pública SpaceBefore Gets the parsed value of the SpaceBefore property in a Paragraph class. (Invalida ParagraphInstance.SpaceBefore.)
Propiedad 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. (Invalida ReportElementInstance.Style.)
Propiedad pública TextRunInstances Gets the calculated value of the TextRuns property in a Paragraph class. (Se hereda de ParagraphInstance.)
Propiedad pública UniqueName Gets the unique identifier of this instance object. (Invalida ParagraphInstance.UniqueName.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering