Condividi tramite


Proprietà Report.PageFooter

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

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PageFooter As PageSection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering