Compartir a través de


Page(PageSection, PageSection) Constructor

Definición

Inicializa una nueva instancia de la clase Page.

protected:
 Page(Microsoft::ReportingServices::ReportRendering::PageSection ^ pageHeader, Microsoft::ReportingServices::ReportRendering::PageSection ^ pageFooter);
protected Page (Microsoft.ReportingServices.ReportRendering.PageSection pageHeader, Microsoft.ReportingServices.ReportRendering.PageSection pageFooter);
new Microsoft.ReportingServices.ReportRendering.Page : Microsoft.ReportingServices.ReportRendering.PageSection * Microsoft.ReportingServices.ReportRendering.PageSection -> Microsoft.ReportingServices.ReportRendering.Page
Protected Sub New (pageHeader As PageSection, pageFooter As PageSection)

Parámetros

pageHeader
PageSection

PageSection para utilizar como el encabezado de la página.

pageFooter
PageSection

PageSection para utilizar como el pie de la página.

Comentarios

Los constructores de clase derivada llaman a este constructor para inicializar el estado en este tipo.

Se aplica a