PivotGridOptionsPrint.VerticalContentSplitting Property
Gets or sets whether a cell is allowed to be split across pages.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty]
public virtual VerticalContentSplitting VerticalContentSplitting { get; set; }
Property Value
Type | Description |
---|---|
VerticalContentSplitting | 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:
Object Type | Path to VerticalContentSplitting |
---|---|
PivotGridControl |
|
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.