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

PivotGridOptionsPrint.PageSettings Property

Provides access to the page settings to print the PivotGrid control.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public virtual PivotGridPageSettings PageSettings { get; }

Property Value

Type Description
PivotGridPageSettings

A PivotGridPageSettings object representing PivotGrid control’s page settings.

Property Paths

You can access this nested property as listed below:

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

Remarks

Note that the PageSettings 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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PageSettings property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also