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.v25.1.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