Page.Footer Property

Definition

Gets or sets the value of the page's footer.

public:
 property Microsoft::ReportingServices::ReportRendering::PageSection ^ Footer { Microsoft::ReportingServices::ReportRendering::PageSection ^ get(); void set(Microsoft::ReportingServices::ReportRendering::PageSection ^ value); };
public Microsoft.ReportingServices.ReportRendering.PageSection Footer { get; set; }
member this.Footer : Microsoft.ReportingServices.ReportRendering.PageSection with get, set
Public Property Footer As PageSection

Property Value

A PageSection that represents the footer saved for the page.

Applies to