Skip to main content
A newer version of this page is available. .

VerticalContentSplitting Enum

Specifies how content bricks are split if they are partially positioned outside the right page margin.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v19.1.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum VerticalContentSplitting

Members

Name Description
Exact

When the brick dimensions do not fit into the right page margin, the rest of the brick content is split across two pages.

Smart

When the brick dimensions do not fit into the right page margin, the brick content is moved to a new page in its entirety.

Related API Members

The following properties accept/return VerticalContentSplitting values:

Library Related API Members
Cross-Platform Class Library LinkBase.VerticalContentSplitting
PivotGridOptionsPrint.VerticalContentSplitting
WPF Controls LinkBase.VerticalContentSplitting
Reporting XRPivotGridOptionsPrint.VerticalContentSplitting
XtraReport.VerticalContentSplitting

Remarks

Use this enumeration’s members to control whether content bricks should be split across pages in a vertical direction, or not. This enumeration’s values are set or returned by the LinkBase.VerticalContentSplitting property.

See Also