次の方法で共有


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 です。

注釈

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

適用対象