Compartir a través de


Clase PageSection

Represents the layout of report items to appear at the top or bottom of every page of the report.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
    Microsoft.ReportingServices.OnDemandReportRendering.PageSection

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

Sintaxis

'Declaración
Public NotInheritable Class PageSection _
    Inherits ReportElement
'Uso
Dim instance As PageSection
public sealed class PageSection : ReportElement
public ref class PageSection sealed : public ReportElement
[<SealedAttribute>]
type PageSection =  
    class 
        inherit ReportElement 
    end
public final class PageSection extends ReportElement

El tipo PageSection 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 Height Gets the height of the page section.
Propiedad pública ID Gets the unique identifier for this report definition object. (Invalida ReportElement.ID.)
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Se hereda de ReportElement.)
Propiedad pública PrintBetweenSections Gets a value that indicates whether the page section should be rendered between report sections.
Propiedad pública PrintOnFirstPage Gets a value that indicates if the page section should be rendered on the first page of a report section.
Propiedad pública PrintOnLastPage Gets a value that indicates if the page section should be rendered on the last page of a report section.
Propiedad pública ReportItemCollection Gets the report items in the page section.
Propiedad pública Style Gets the style properties of this report definition object. (Se hereda de ReportElement.)

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

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