ページのフッターの値を取得または設定します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Property Footer As PageSection
Get
Set
'使用
Dim instance As Page
Dim value As PageSection
value = instance.Footer
instance.Footer = value
public PageSection Footer { get; set; }
public:
property PageSection^ Footer {
PageSection^ get ();
void set (PageSection^ value);
}
member Footer : PageSection with get, set
function get Footer () : PageSection
function set Footer (value : PageSection)
プロパティ値
型: Microsoft.ReportingServices.ReportRendering.PageSection
ページ用に保存されているフッターを表す PageSection です。