Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the value of the page's footer.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Property Footer As PageSection
Get
Set
'Utilisation
Dim instance As Page
Dim value As PageSection
value = instance.Footer
instance.Footer = value
public PageSection Footer { get; set; }
public:
property PageSection^ Footer {
PageSection^ get ();
void set (PageSection^ value);
}
member Footer : PageSection with get, set
function get Footer () : PageSection
function set Footer (value : PageSection)
Valeur de propriété
Type : Microsoft.ReportingServices.ReportRendering.PageSection
A PageSection that represents the footer saved for the page.