Propriété PageFooter
Obtient le contenu du pied de page lorsque la propriété NeedsHeaderFooterEvaluation a la valeur 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
Retourne un objet PageSection qui contient le pied de page.