Back to Devexpress

GroupFooterBand Class

xtrareports-devexpress-dot-xtrareports-dot-ui-9206ec58.md

latest2.4 KB
Original Source

GroupFooterBand Class

A report band used for displaying information at the end of a group of records.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class GroupFooterBand :
    GroupBand
vb
Public Class GroupFooterBand
    Inherits GroupBand

Remarks

A group footer typically accompanies a corresponding GroupHeaderBand that has the same GroupBand.Level property value.

See the following topics for more details:

See Laying out Dynamic Report Contents to learn about the layout options available for this band.

Implements

IScriptable

Inheritance

Object MarshalByRefObject Component XRControl Band GroupBand GroupFooterBand

See Also

GroupFooterBand Members

Introduction to Banded Reports

Group and Sort the Report Data

DevExpress.XtraReports.UI Namespace