Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public ReadOnly Property PageFooter As PageSection
Get
'Usage
Dim instance As Report
Dim value As PageSection
value = instance.PageFooter
public PageSection PageFooter { get; }
public:
property PageSection^ PageFooter {
PageSection^ get ();
}
member PageFooter : PageSection
function get PageFooter () : PageSection
Property Value
Type: Microsoft.ReportingServices.ReportRendering.PageSection
Returns a PageSection object containing the page footer.