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