共用方式為


Page Constructor

Initializes a new instance of the Page class.

命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

語法

'宣告
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
)

參數

  • pageHeader
    The PageSection to use as the header of the page.
  • pageFooter
    The PageSection to use as the footer of the page.

備註

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

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Page Class
Page Members
Microsoft.ReportingServices.ReportRendering Namespace