Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the value of the page's footer.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property Footer As PageSection
Get
Set
'Usage
Dim instance As Page
Dim value As PageSection
value = instance.Footer
instance.Footer = value
public PageSection Footer { get; set; }
public:
property PageSection^ Footer {
PageSection^ get ();
void set (PageSection^ value);
}
member Footer : PageSection with get, set
function get Footer () : PageSection
function set Footer (value : PageSection)
Property Value
Type: Microsoft.ReportingServices.ReportRendering.PageSection
A PageSection that represents the footer saved for the page.