Compartir a través de


Clase Page

Represents a page in the report.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
    Microsoft.ReportingServices.OnDemandReportRendering.Page

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

Sintaxis

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

El tipo Page expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública BottomMargin Gets the width of the bottom margin.
Propiedad pública Columns Gets the default number of columns for rendering the report.
Propiedad pública ColumnSpacing Gets the spacing between each column in multi-column renderings.
Propiedad pública DefinitionPath Gets the path to this report definition object in the report definition. (Invalida ReportElement.DefinitionPath.)
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 InteractiveHeight Gets the default height for rendering the report when in an interactive renderer.
Propiedad pública InteractiveWidth Gets the default height for rendering the report when in an interactive renderer.
Propiedad pública LeftMargin Gets the width of the left margin.
Propiedad pública PageFooter Gets the footer that is rendered at the bottom of a report section.
Propiedad pública PageHeader Gets the header that is rendered at the top of a report section.
Propiedad pública PageHeight Gets the default height for rendering the report in a physical-page oriented renderer.
Propiedad pública PageWidth Gets the default width for rendering the report in a physical-page oriented renderer.
Propiedad pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Se hereda de ReportElement.)
Propiedad pública RightMargin Gets the width of the right margin.
Propiedad pública Style Gets the style properties of the page. (Invalida ReportElement.Style.)
Propiedad pública TopMargin Gets the width of the top margin.

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