Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

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