HorizontalContentSplitting Enum
Lists the available horizontal content splitting modes.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(HorizontalContentSplittingConverter))]
public enum HorizontalContentSplitting
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.
See Also