Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets the footer that is rendered at the bottom of a report section.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property PageFooter As PageSection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.PageSection
A PageSection object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering