Langue

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

Le PageSection to utilise comme en-tête de la page.

pageFooter
PageSection

Le PageSection pour servir de pied de page de la page.

Remarques

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

S’applique à