Proprietà PageFooter
Ottiene il contenuto del piè di pagina quando la proprietà NeedsHeaderFooterEvaluation è 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
Restituisce un oggetto PageSection contenente il piè di pagina.