Back to Devexpress

XtraReport.HorizontalContentSplitting Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-5b2409bc.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(HorizontalContentSplitting.Exact)]
[SRCategory(ReportStringId.CatBehavior)]
public HorizontalContentSplitting HorizontalContentSplitting { get; set; }
vb
<SRCategory(ReportStringId.CatBehavior)>
<DefaultValue(HorizontalContentSplitting.Exact)>
Public Property HorizontalContentSplitting As HorizontalContentSplitting

Property Value

TypeDefaultDescription
HorizontalContentSplittingExact

A HorizontalContentSplitting enumeration value.

|

Available values:

NameDescription
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

VerticalContentSplitting

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace