Page(PageSection, PageSection) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Page クラスの新しいインスタンスを初期化します。
protected:
Page(Microsoft::ReportingServices::ReportRendering::PageSection ^ pageHeader, Microsoft::ReportingServices::ReportRendering::PageSection ^ pageFooter);
protected Page(Microsoft.ReportingServices.ReportRendering.PageSection pageHeader, Microsoft.ReportingServices.ReportRendering.PageSection pageFooter);
new Microsoft.ReportingServices.ReportRendering.Page : Microsoft.ReportingServices.ReportRendering.PageSection * Microsoft.ReportingServices.ReportRendering.PageSection -> Microsoft.ReportingServices.ReportRendering.Page
Protected Sub New (pageHeader As PageSection, pageFooter As PageSection)
パラメーター
- pageHeader
- PageSection
ページのヘッダーとして使う PageSection 。
- pageFooter
- PageSection
ページのフッターとして使うための PageSection 。
注釈
このコンストラクターは、この型の状態を初期化するために派生クラス コンストラクターによって呼び出されます。