Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the contents of the page footer when the NeedsHeaderFooterEvaluation property is false.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property PageFooter As PageSection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering.PageSection
Returns a PageSection object containing the page footer.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering