Compartir a través de


Page.PageFooter Propiedad

Gets the footer that is rendered at the bottom of a report section.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property PageFooter As PageSection 
    Get
'Uso
Dim instance As Page 
Dim value As PageSection 

value = instance.PageFooter
public PageSection PageFooter { get; }
public:
property PageSection^ PageFooter {
    PageSection^ get ();
}
member PageFooter : PageSection
function get PageFooter () : PageSection

Valor de la propiedad

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

Vea también

Referencia

Page Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering