Report::PageFooter Property

 

Updated: February 25, 2016

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

Namespace:   Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

public:
property PageSection^ PageFooter {
	PageSection^ get();
}

Property Value

Type: Microsoft.ReportingServices.ReportRendering::PageSection^

Returns a PageSection object containing the page footer.

Return to top
Show: