Back to Devexpress

HorizontalContentSplitting Enum

corelibraries-devexpress-dot-xtraprinting-239fb18c.md

latest1.6 KB
Original Source

HorizontalContentSplitting Enum

Lists the available horizontal content splitting modes.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum HorizontalContentSplitting
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum HorizontalContentSplitting

Members

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.

|

The following properties accept/return HorizontalContentSplitting values:

Remarks

A HorizontalContentSplitting enumeration value is returned by the XtraReport.HorizontalContentSplitting property.

See Also

HorizontalContentSplitting

DevExpress.XtraPrinting Namespace