Compartir a través de


Page.PageFooter Propiedad

Gets or sets the footer that is rendered at the bottom of each page of the report.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property PageFooter As PageSection 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.PageSection
A PageSection object.

Vea también

Referencia

Page Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel