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

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

Declaration

[DefaultValue(false)]
[SRCategory(ReportStringId.CatBehavior)]
public 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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RepeatEveryPage property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also