Back to Devexpress

PivotGridOptionsPrint.PageSettings Property

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

latest2.2 KB
Original Source

PivotGridOptionsPrint.PageSettings Property

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public virtual PivotGridPageSettings PageSettings { get; }
vb
Public Overridable ReadOnly Property PageSettings As PivotGridPageSettings

Property Value

TypeDescription
PivotGridPageSettings

A PivotGridPageSettings object representing PivotGrid control’s page settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PageSettings
PivotGridControl

.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.

See Also

PivotGridOptionsPrint Class

PivotGridOptionsPrint Members

DevExpress.XtraPivotGrid Namespace