PageFooter 属性

Gets the contents of the page footer when the NeedsHeaderFooterEvaluation property is 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
Returns a PageSection object containing the page footer.