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.