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.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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