Lenguaje

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

El PageSection to use como encabezado de la página.

pageFooter
PageSection

El PageSection para usar como pie de página de la página.

Comentarios

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

Se aplica a