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

PivotGridOptionsPrint.PrintRowAreaOnEveryPage Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public bool PrintRowAreaOnEveryPage { get; set; }

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PrintRowAreaOnEveryPage
WinForms Controls PivotGridControl
.OptionsPrint.PrintRowAreaOnEveryPage
Reporting XRPivotGrid
.OptionsPrint.PrintRowAreaOnEveryPage
ASP.NET Web Forms Controls ASPxPivotGridExporter
.OptionsPrint.PrintRowAreaOnEveryPage
MVCxPivotGridExporter
.OptionsPrint.PrintRowAreaOnEveryPage
MVCxPivotGridExportSettings
.OptionsPrint.PrintRowAreaOnEveryPage

Remarks

PrintRowAreaOnEveryPage = False, PrintColumnAreaOnEveryPage = False

PrintRowAreaOnEveryPage = True, PrintColumnAreaOnEveryPage = False

PrintNoAreaOnEveryPage

PrintRowAreaOnEveryPage

Note that the PrintRowAreaOnEveryPage 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