PageFooter propriété
Gets the contents of the page footer when the NeedsHeaderFooterEvaluation property is false.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans 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 la propriété
Type : Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
Returns a PageSection object containing the page footer.
Voir aussi