Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.ReportRendering