Page.PageFooter Property

Gets the footer that is rendered at the bottom of a report section.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property PageFooter As PageSection 
    Get
'Usage
Dim instance As Page 
Dim value As PageSection 

value = instance.PageFooter
public PageSection PageFooter { get; }
public:
property PageSection^ PageFooter {
    PageSection^ get ();
}
member PageFooter : PageSection
function get PageFooter () : PageSection

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.PageSection
A PageSection object.

See Also

Reference

Page Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace