Freigeben über


PageFooter-Eigenschaft

Ruft den Inhalt des Seitenfußes ab, wenn die NeedsHeaderFooterEvaluation-Eigenschaft den Wert false hat.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
Gibt ein PageSection-Objekt zurück, das den Seitenfuß enthält.