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 to use como cabeçalho da página.

pageFooter
PageSection

O PageSection para usar como rodapé da página.

Comentários

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

Aplica-se a