Свойство Report.PageFooter

Gets the contents of the page footer when the NeedsHeaderFooterEvaluation property is false.

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

Синтаксис

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

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

Тип: Microsoft.ReportingServices.ReportRendering.PageSection
Returns a PageSection object containing the page footer.

См. также

Справочник

Report Класс

Пространство имен Microsoft.ReportingServices.ReportRendering