言語

Page(PageSection, PageSection) コンストラクター

定義

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

注釈

このコンストラクターは、この型の状態を初期化するために派生クラス コンストラクターによって呼び出されます。

適用対象