Returns a reference to the page footer section of the report.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Section PageFooter { get; }
Visual Basic
Public ReadOnly Property PageFooter As Section
	Get

Remarks

This property is equivalent to this[SectionTypeEnum.PageFooter].

See Also