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

GroupHeaderBand.PageBreak Property

Gets or sets a value that determines where to make a page break, in respect to the given GroupHeader band.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override PageBreak PageBreak { get; set; }

Property Value

Type Description
PageBreak

A PageBreak enumeration value.

Remarks

The AfterBand and AfterBandExceptLastEntry values are unavailable at design time when the GroupHeader band’s PrintAcrossBands property is enabled.

See Also