Свойство Footer

Gets or sets the value of the page's footer.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Property Footer As PageSection
    Get
    Set
'Применение
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)

Значение свойства

Тип Microsoft.ReportingServices.ReportRendering. . :: . .PageSection
A PageSection that represents the footer saved for the page.