Compartir a través de


Clase Paragraph

Represents a paragraph of text within a text box, and contains a collection of TextRun elements.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
    Microsoft.ReportingServices.OnDemandReportRendering.Paragraph

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

Sintaxis

'Declaración
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")> _
Public MustInherit Class Paragraph _
    Inherits ReportElement
'Uso
Dim instance As Paragraph
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public abstract class Paragraph : ReportElement
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")]
public ref class Paragraph abstract : public ReportElement
[<AbstractClassAttribute>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736ad6e5f9586bac2d531eabc3acc666c2f8ec879fa94f8f7b0327d2ff2ed523448f83c3d5c5dd2dfc7bc99c5286b2c125117bf5cbe242b9d41750732b2bdffe649c6efb8e5526d526fdd130095ecdb7bf210809c6cdad8824faa9ac0310ac3cba2aa0523567b2dfa7fe250b30facbd62d4ec99b94ac47c7d3b28f1f6e4c8")>]
type Paragraph =  
    class 
        inherit ReportElement 
    end
public abstract class Paragraph extends ReportElement

El tipo Paragraph expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DefinitionPath Gets the path to this report definition object in the report definition. (Invalida ReportElement.DefinitionPath.)
Propiedad pública HangingIndent Gets an expression that evaluates to a value that indicates the first line indent or hanging line indent for the paragraph.
Propiedad pública ID Gets the unique identifier for this report definition object. (Se hereda de ReportElement.)
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública LeftIndent Gets an expression that evaluates to the indentation from the left edge of the Textbox, less the left padding.
Propiedad pública ListLevel Gets an expression that evaluates to the numbering style and/or indentation level.
Propiedad pública ListStyle Gets an expression that evaluates to a value that indicates whether this paragraph is part of a list, and identifies the numbering type.
Propiedad pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Se hereda de ReportElement.)
Propiedad pública RightIndent Gets an expression that evaluates to the indentation from the right edge of the Textbox, less the right padding.
Propiedad pública SpaceAfter Gets an expression that evaluates to the spacing after the paragraph.
Propiedad pública SpaceBefore Gets an expression that evaluates to the spacing before the paragraph.
Propiedad pública Style Gets the style properties of this report definition object. (Se hereda de ReportElement.)
Propiedad pública TextRuns Gets the text runs in the paragraph.

Arriba

Métodos

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

Arriba

Campos

  Nombre Descripción
Campo protegido m_indexIntoParentCollectionDef Infraestructura. Specifies the index of the report definition into the collection of report definition object’s parent.
Campo protegido m_instance Infraestructura. Specifies the ParagraphInstance which contains the instance of the Paragraph class.
Campo protegido m_isOldSnapshot Infraestructura. Specifies whether to use the old snapshot of the report element. (Se hereda de ReportElement.)
Campo protegido m_listLevel Infraestructura. Specifies the numbering style and/or indentation level.
Campo protegido m_listStyle Infraestructura. Specifies the collection of list style properties.
Campo protegido m_parentDefinitionPath Infraestructura. Specifies the path to report definition object's parent in the report definition. (Se hereda de ReportElement.)
Campo protegido m_style Infraestructura. Specifies the style properties of this report definition object. (Se hereda de ReportElement.)
Campo protegido m_textBox Infraestructura. Specifies the text box in which the paragraph is contained.
Campo protegido m_textRunCollection Infraestructura. Specifies the text runs in the paragraph.

Arriba

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