XRPivotGridOptionsPrint.UsePrintAppearance Property
For internal use. Overrides the PivotGridOptionsPrint.UsePrintAppearance 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 |
---|---|
Boolean | Always true. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to UsePrintAppearance |
---|---|
XRPivotGrid |
|
Remarks
This property is overridden to hide the PivotGridOptionsPrint.UsePrintAppearance property of the PivotGridOptionsPrint class, because the UsePrintAppearance property is not appropriate for the XRPivotGridOptionsPrint class.
See Also