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 or sets the footer that is rendered at the bottom of each page of the report.
public:
property Microsoft::ReportingServices::RdlObjectModel::PageSection ^ PageFooter { Microsoft::ReportingServices::RdlObjectModel::PageSection ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::PageSection ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.PageSection PageFooter { get; set; }
member this.PageFooter : Microsoft.ReportingServices.RdlObjectModel.PageSection with get, set
Public Property PageFooter As PageSection
Property Value
A PageSection object.