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 footer that is rendered at the bottom of each page of the report.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property PageFooter As PageSection
Get
Set
'Utilisation
Dim instance As Page
Dim value As PageSection
value = instance.PageFooter
instance.PageFooter = value
public PageSection PageFooter { get; set; }
public:
property PageSection^ PageFooter {
PageSection^ get ();
void set (PageSection^ value);
}
member PageFooter : PageSection with get, set
function get PageFooter () : PageSection
function set PageFooter (value : PageSection)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.PageSection
A PageSection object.