A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatBehavior)]
[DefaultValue(HorizontalContentSplitting.Exact)]
public HorizontalContentSplitting HorizontalContentSplitting { get; set; }
<SRCategory(ReportStringId.CatBehavior)>
<DefaultValue(HorizontalContentSplitting.Exact)>
Public Property HorizontalContentSplitting As HorizontalContentSplitting
Property Value
Type | Default | Description |
---|---|---|
HorizontalContentSplitting | Exact |
A HorizontalContentSplitting enumeration value. |
See Also
Feedback