Returns a reference to the report footer section.

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

Syntax

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

Remarks

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

See Also