Report.PageFooter Property

Definition

Gets the contents of the page footer when the NeedsHeaderFooterEvaluation property is false.

public:
 property Microsoft::ReportingServices::ReportRendering::PageSection ^ PageFooter { Microsoft::ReportingServices::ReportRendering::PageSection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.PageSection PageFooter { get; }
member this.PageFooter : Microsoft.ReportingServices.ReportRendering.PageSection
Public ReadOnly Property PageFooter As PageSection

Property Value

Returns a PageSection object containing the page footer.

Applies to