Gets or sets a value that determines on which pages the Page Footer section should be displayed.

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

Syntax

C#
[DefaultValueAttribute(HdrFtrEnum.AllPages)]
public HdrFtrEnum PageFooter { get; set; }
Visual Basic
<DefaultValueAttribute(HdrFtrEnum.AllPages)> _
Public Property PageFooter As HdrFtrEnum
	Get
	Set

Remarks

The default value for this property is HdrFtrEnum.AllPages.

See Also