Back to Devexpress

GroupFooterBand.PrintAtBottom Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-groupfooterband.md

latest2.0 KB
Original Source

GroupFooterBand.PrintAtBottom Property

Gets or sets a value which specifies whether the Group Footer should be printed at the bottom of the page, or immediately after the last group’s details.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(false)]
[SRCategory(ReportStringId.CatBehavior)]
public bool PrintAtBottom { get; set; }
vb
<DefaultValue(False)>
<SRCategory(ReportStringId.CatBehavior)>
Public Property PrintAtBottom As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the Group Footer should be printed at the bottom of a page; otherwise, false.

|

Remarks

If a report contains several Group Footers with their GroupFooterBand.PrintAtBottom properties set to different values, then the outer Group Footer has the higher priority. For instance, if the outer Group Footer ‘s PrintAtBottom property is set to false , then the PrintAtBottom property values of the other inner Group Footers are ignored, and all these bands are printed immediately after the last group’s details on a page.

See Also

PrintAtBottom

GroupFooterBand Class

GroupFooterBand Members

DevExpress.XtraReports.UI Namespace