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

PivotGridOptionsPrint.PrintHeadersOnEveryPage Property

Use the PivotGridOptionsPrint.PrintColumnHeaders or PivotGridOptionsPrint.PrintRowHeaders properties instead. The property is obsolete.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
[TypeConverter(typeof(BooleanTypeConverter))]
[Browsable(false)]
public bool PrintHeadersOnEveryPage { get; set; }

Property Value

Type Default Description
Boolean **false**

True to print column headers on every page; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

Gets or sets whether to print column headers on every page. The property is obsolete. Use the PivotGridOptionsPrint.PrintColumnHeaders or PivotGridOptionsPrint.PrintRowHeaders properties instead.

See Also