Page.PageFooter Property

Definition

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.

Applies to