Lingua

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

Il PageSection to use come intestazione della pagina.

pageFooter
PageSection

Da PageSection usare come piè di pagina della pagina.

Commenti

Questo costruttore viene chiamato dai costruttori di classi derivate per inizializzare lo stato in questo tipo.

Si applica a