Compartilhar via


Page(PageSection, PageSection) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

pageHeader
PageSection

O PageSection a ser usado como o cabeçalho da página.

pageFooter
PageSection

O PageSection a ser usado como o rodapé da página.

Comentários

Esse construtor é chamado por construtores de classe derivadas para inicializar o estado nesse tipo.

Aplica-se a