Właściwość Page.PageFooter
Pobiera stopki, który jest renderowany w dolnej sekcji raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property PageFooter As PageSection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.PageSection
A PageSection obiektu.
Zobacz także