Skip to main content
A newer version of this page is available. .

TemplatedLink.PrintReportFooterAtBottom Property

Specifies whether the report footer is printed at the bottom of the page, or immediately after the report content.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public bool PrintReportFooterAtBottom { get; set; }

Property Value

Type Description
Boolean

true to always print the report footer at the bottom of the document last page; otherwise false.

See Also