नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
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
)
Parameters
- pageHeader
The PageSection to use as the header of the page.
- pageFooter
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Page Class
Page Members
Microsoft.ReportingServices.ReportRendering Namespace