Skip to main content

XRPivotGridOptionsPrint.VerticalContentSplitting Property

Overrides the PivotGridOptionsPrint.VerticalContentSplitting property, to hide it.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public override VerticalContentSplitting VerticalContentSplitting { get; set; }

Property Value

Type Description
VerticalContentSplitting

A VerticalContentSplitting enumeration value. The default is VerticalContentSplitting.Exact.

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:

Object Type Path to VerticalContentSplitting
XRPivotGrid
.OptionsPrint .VerticalContentSplitting

Remarks

This property is overridden to hide the corresponding property of the PivotGridOptionsPrint class, because the VerticalContentSplitting property is not appropriate for the XRPivotGrid class.

See Also