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

Link.ReportFooterStyle Property

Gets or sets the style applied to the footer of the printed report.

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public PrintBrickStyle ReportFooterStyle { get; set; }

Property Value

Type Description
PrintBrickStyle

The style applied to a footer of the printed report.

See Also