Свойство Page.PageFooter
Gets the footer that is rendered at the bottom of a report section.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property PageFooter As PageSection
Get
'Применение
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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.PageSection
A PageSection object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering