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

XtraReport.HorizontalContentSplitting Property

When the brick dimensions do not fit into the bottom page margin, specifies whether the brick content is split across two pages or moved to a new page.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[DefaultValue(HorizontalContentSplitting.Exact)]
[SRCategory(ReportStringId.CatBehavior)]
public HorizontalContentSplitting HorizontalContentSplitting { get; set; }

Property Value

Type Default Description
HorizontalContentSplitting Exact

A HorizontalContentSplitting enumeration value.

Available values:

Name Description
Exact

When the brick dimensions do not fit into the bottom page margin, the rest of the brick content is split across two pages.

Smart

When the brick dimensions do not fit into the bottom page margin, the brick content is moved to a new page in its entirety.

See Also