다음을 통해 공유


Page 생성자

Initializes a new instance of the Page class.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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
)

매개 변수

주의

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