XRPivotGridOptionsPrint.PageSettings Property
Overrides the PivotGridOptionsPrint.PageSettings property, to hide it.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
PivotGridPageSettings | A PivotGridPageSettings object. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to PageSettings |
---|---|
XRPivotGrid |
|
Remarks
This property is overridden to hide the corresponding property of the PivotGridOptionsPrint class, because the PageSettings property isn’t appropriate for the XRPivotGrid class.
See Also