Page(PageSection, PageSection) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

pageHeader
PageSection

Oggetto PageSection da utilizzare come intestazione della pagina.

pageFooter
PageSection

Oggetto PageSection da utilizzare come piè di pagina della pagina.

Commenti

Questo costruttore viene chiamato dai costruttori della classe derivata per inizializzare lo stato in questo tipo.

Si applica a