Report.PageFooter プロパティ
NeedsHeaderFooterEvaluation プロパティが false の場合のページ フッターの内容を取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property PageFooter As PageSection
Get
'使用
Dim instance As Report
Dim value As PageSection
value = instance.PageFooter
public PageSection PageFooter { get; }
public:
property PageSection^ PageFooter {
PageSection^ get ();
}
member PageFooter : PageSection
function get PageFooter () : PageSection
プロパティ値
型: Microsoft.ReportingServices.ReportRendering.PageSection
ページ フッターを含む PageSection オブジェクトを返します。