Page(PageSection, PageSection) Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

pageHeader
PageSection

PageSection à utiliser en tant qu'en-tête de page.

pageFooter
PageSection

PageSection à utiliser en tant que pied de page.

Remarques

Ce constructeur est appelé par les constructeurs de classes dérivées pour initialiser l’état dans ce type.

S’applique à