HorizontalContentSplitting Enum
Lists the available horizontal content splitting modes.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v22.1.dll
Declaration
Members
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. |
Remarks
A HorizontalContentSplitting enumeration value is returned by the XtraReport.HorizontalContentSplitting property.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the HorizontalContentSplitting enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.