Partager via


Page Constructor

Initializes a new instance of the Page class.

Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • pageHeader
    The PageSection to use as the header of the page.
  • pageFooter
    The PageSection to use as the footer of the page.

Notes

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Page Class
Page Members
Microsoft.ReportingServices.ReportRendering Namespace