Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the footer that is rendered at the bottom of each page of the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property PageFooter As PageSection
Get
Set
'Usage
Dim instance As Page
Dim value As PageSection
value = instance.PageFooter
instance.PageFooter = value
public PageSection PageFooter { get; set; }
public:
property PageSection^ PageFooter {
PageSection^ get ();
void set (PageSection^ value);
}
member PageFooter : PageSection with get, set
function get PageFooter () : PageSection
function set PageFooter (value : PageSection)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.PageSection
A PageSection object.