Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.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