Page.PageFooter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the footer that is rendered at the bottom of a report section.
public:
property Microsoft::ReportingServices::OnDemandReportRendering::PageSection ^ PageFooter { Microsoft::ReportingServices::OnDemandReportRendering::PageSection ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.PageSection PageFooter { get; }
member this.PageFooter : Microsoft.ReportingServices.OnDemandReportRendering.PageSection
Public ReadOnly Property PageFooter As PageSection
Property Value
A PageSection object.