Partager via


Constructeur Page

Initializes a new instance of the Page class.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    pageHeader As PageSection, _
    pageFooter As PageSection _
)
'Utilisation
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
)

Paramètres

Notes

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