Back to Devexpress

GroupBand.RepeatEveryPage Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-groupband.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

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

Group and Sort the Report Data

GroupBand Class

GroupBand Members

DevExpress.XtraReports.UI Namespace