Gets or sets a value indicating whether the page footer should print on the last page of the document. This property overrides other related properties when set to false. The default value is true.

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

Syntax

C#
[DefaultValueAttribute(true)]
[XmlAttributeAttribute("PrintFooterOnLastPage")]
public bool PrintFooterOnLastPage { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<XmlAttributeAttribute("PrintFooterOnLastPage")> _
Public Property PrintFooterOnLastPage As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also