xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-5b2409bc.md
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.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
[DefaultValue(HorizontalContentSplitting.Exact)]
[SRCategory(ReportStringId.CatBehavior)]
public HorizontalContentSplitting HorizontalContentSplitting { get; set; }
<SRCategory(ReportStringId.CatBehavior)>
<DefaultValue(HorizontalContentSplitting.Exact)>
Public Property HorizontalContentSplitting As HorizontalContentSplitting
| 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