次の方法で共有


Page.Footer プロパティ

定義

ページのフッターの値を取得または設定します。

public:
 property Microsoft::ReportingServices::ReportRendering::PageSection ^ Footer { Microsoft::ReportingServices::ReportRendering::PageSection ^ get(); void set(Microsoft::ReportingServices::ReportRendering::PageSection ^ value); };
public Microsoft.ReportingServices.ReportRendering.PageSection Footer { get; set; }
member this.Footer : Microsoft.ReportingServices.ReportRendering.PageSection with get, set
Public Property Footer As PageSection

プロパティ値

ページ用に保存されているフッターを表す PageSection です。

適用対象