Skip to main content

Link.PrintReportFooterAtBottom Property

Gets or sets whether the report footer is printed at the bottom of each page, or only after the report content.

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public bool PrintReportFooterAtBottom { get; set; }

Property Value

Type Description
Boolean

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

See Also