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 or sets the value of the page's footer.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Property Footer As PageSection
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering.PageSection
A PageSection that represents the footer saved for the page.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering