Back to Devexpress

PageBreak Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-9da32c35.md

latest1.8 KB
Original Source

PageBreak Enum

Specifies where to make a page break, with respect to the given band.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum PageBreak
vb
Public Enum PageBreak

Members

NameDescription
None

No page breaks should be inserted before or after the current band.

| | BeforeBand |

A page break is inserted before the band.

| | BeforeBandExceptFirstEntry |

A page break is inserted before the band with the exception of the first entry.

| | AfterBand |

A page break is inserted after the band.

| | AfterBandExceptLastEntry |

A page break is inserted after the band with the exception of the last entry.

|

The following properties accept/return PageBreak values:

Remarks

Use the members of this enumeration to determine where to make a page break, with respect to the given band. This enumeration is used by the Band.PageBreak property.

See Also

DevExpress.XtraReports.UI Namespace