Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the Page class.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Protected Sub New ( _
pageHeader As PageSection, _
pageFooter As PageSection _
)
'Uso
Dim pageHeader As PageSection
Dim pageFooter As PageSection
Dim instance As New Page(pageHeader, _
pageFooter)
protected Page(
PageSection pageHeader,
PageSection pageFooter
)
protected:
Page(
PageSection^ pageHeader,
PageSection^ pageFooter
)
new :
pageHeader:PageSection *
pageFooter:PageSection -> Page
protected function Page(
pageHeader : PageSection,
pageFooter : PageSection
)
Parámetros
- pageHeader
Tipo: Microsoft.ReportingServices.ReportRendering.PageSection
The PageSection to use as the header of the page.
- pageFooter
Tipo: Microsoft.ReportingServices.ReportRendering.PageSection
The PageSection to use as the footer of the page.
Comentarios
This constructor is called by derived class constructors to initialize state in this type.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering