Page(PageSection, PageSection) Constructor

Definition

Initializes a new instance of the Page class.

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)

Parameters

pageHeader
PageSection

The PageSection to use as the header of the page.

pageFooter
PageSection

The PageSection to use as the footer of the page.

Remarks

This constructor is called by derived class constructors to initialize state in this type.

Applies to