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

Band.PageBreak Property

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[DefaultValue(PageBreak.None)]
[SRCategory(ReportStringId.CatBehavior)]
public virtual PageBreak PageBreak { get; set; }

Property Value

Type Default Description
PageBreak None

A PageBreak enumeration value.

Remarks

The set of possible values for this property is available at PageBreak.

See Also