Back to Devexpress

PivotGridOptionsPrint.PrintColumnAreaOnEveryPage Property

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

latest2.8 KB
Original Source

PivotGridOptionsPrint.PrintColumnAreaOnEveryPage Property

Gets or sets whether to print column area on every page.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[DefaultValue(false)]
public bool PrintColumnAreaOnEveryPage { get; set; }
vb
<DefaultValue(False)>
Public Property PrintColumnAreaOnEveryPage As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to print column area on every page; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintColumnAreaOnEveryPage
PivotGridControl

.OptionsPrint .PrintColumnAreaOnEveryPage

|

Remarks

|

PrintColumnAreaOnEveryPage = False, PrintRowAreaOnEveryPage = False

|

PrintColumnAreaOnEveryPage = True, PrintRowAreaOnEveryPage = False

| |

|

|

Note that the PrintColumnAreaOnEveryPage 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 PivotXlsExportOptionsBase and PivotXlsxExportOptionsBase descendants.

See Also

Field Location and Order

Printing and Exporting

PivotGridOptionsPrint Class

PivotGridOptionsPrint Members

DevExpress.XtraPivotGrid Namespace