Page Constructor
Initializes a new instance of the Page class.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
Protected Sub New ( _
pageHeader As PageSection, _
pageFooter As PageSection _
)
protected Page (
PageSection pageHeader,
PageSection pageFooter
)
protected:
Page (
PageSection^ pageHeader,
PageSection^ pageFooter
)
protected Page (
PageSection pageHeader,
PageSection pageFooter
)
protected function Page (
pageHeader : PageSection,
pageFooter : PageSection
)
Parameter
- pageHeader
The PageSection to use as the header of the page.
- pageFooter
The PageSection to use as the footer of the page.
Hinweise
This constructor is called by derived class constructors to initialize state in this type.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Page Class
Page Members
Microsoft.ReportingServices.ReportRendering Namespace