GroupBand.RepeatEveryPage Property
Specifies whether the group band should be shown only on the first page that the group appears on or on every page that the group is printed on.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[DefaultValue(false)]
[SRCategory(ReportStringId.CatBehavior)]
public virtual bool RepeatEveryPage { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the group band should be shown on every page; otherwise, false. |
Remarks
Use this property independently of the GroupHeaderBand and GroupFooterBand objects of the same group.
See Also