Compartir a través de


Report.PageFooter Propiedad

Gets the contents of the page footer when the NeedsHeaderFooterEvaluation property is false.

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

Sintaxis

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.ReportRendering.PageSection
Returns a PageSection object containing the page footer.

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.ReportRendering