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

PivotGridOptionsPrint.VerticalContentSplitting Property

Gets or sets whether a cell is allowed to be split across pages.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

[DefaultValue(VerticalContentSplitting.Smart)]
[XtraSerializableProperty]
public virtual VerticalContentSplitting VerticalContentSplitting { get; set; }

Property Value

Type Default Description
VerticalContentSplitting **Smart**

A VerticalContentSplitting enumeration value.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to VerticalContentSplitting
WinForms Controls PivotGridControl
.OptionsPrint.VerticalContentSplitting
ASP.NET Controls and MVC Extensions ASPxPivotGridExporter
.OptionsPrint.VerticalContentSplitting
MVCxPivotGridExporter
.OptionsPrint.VerticalContentSplitting
MVCxPivotGridExportSettings
.OptionsPrint.VerticalContentSplitting
Reporting XRPivotGrid
.OptionsPrint.VerticalContentSplitting

Remarks

Note that the VerticalContentSplitting property is used to customize Pivot Grid export settings when data is exported in the WYSIWYG export mode. This property is not in effect for the data-aware mode. To customize the Pivot Grid export settings while exporting in data-aware mode, use the PivotXlsExportOptions and PivotXlsxExportOptions descendants.

See Also