Back to Devexpress

PivotGridOptionsPrint.ColumnFieldValueSeparator Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsprint-cbdf4005.md

latest2.5 KB
Original Source

PivotGridOptionsPrint.ColumnFieldValueSeparator Property

Gets or sets the distance between the values of column fields when the pivot grid is printed.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
public int ColumnFieldValueSeparator { get; set; }
vb
<DefaultValue(0)>
Public Property ColumnFieldValueSeparator As Integer

Property Value

TypeDefaultDescription
Int320

An integer value which specifies the distance between column field values, in pixels, when the pivot grid is printed.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ColumnFieldValueSeparator
PivotGridControl

.OptionsPrint .ColumnFieldValueSeparator

|

Remarks

The ColumnFieldValueSeparator property is in effect for the WYSIWYG export mode only. To specify Pivot Grid export settings while exporting in Data-Aware mode, create the options (the PivotXlsExportOptions or PivotXlsxExportOptions instance) and pass the options to the PivotGridControl.ExportToXls or PivotGridControl.ExportToXlsx method respectively.

See Also

PivotGridOptionsPrint Class

PivotGridOptionsPrint Members

DevExpress.XtraPivotGrid Namespace