Partager via


Propriété Report.PageFooter

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

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PageFooter As PageSection 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.ReportRendering.PageSection
Returns a PageSection object containing the page footer.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.ReportRendering