Page 构造函数
Initializes a new instance of the Page class.
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Protected Sub New ( _
pageHeader As PageSection, _
pageFooter As PageSection _
)
用法
Dim pageHeader As PageSection
Dim pageFooter As PageSection
Dim instance As New Page(pageHeader, _
pageFooter)
protected Page(
PageSection pageHeader,
PageSection pageFooter
)
protected:
Page(
PageSection^ pageHeader,
PageSection^ pageFooter
)
new :
pageHeader:PageSection *
pageFooter:PageSection -> Page
protected function Page(
pageHeader : PageSection,
pageFooter : PageSection
)
参数
- pageHeader
类型:Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
The PageSection to use as the header of the page.
- pageFooter
类型:Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
The PageSection to use as the footer of the page.
注释
This constructor is called by derived class constructors to initialize state in this type.