Back to Devexpress

TemplatedLink.PrintReportFooterAtBottom Property

wpf-devexpress-dot-xpf-dot-printing-dot-templatedlink-06aca4be.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public bool PrintReportFooterAtBottom { get; set; }
vb
Public Property PrintReportFooterAtBottom As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

TemplatedLink Class

TemplatedLink Members

DevExpress.Xpf.Printing Namespace