PivotGridOptionsPrint.UsePrintAppearance Property
Gets or sets whether print appearances are used when the pivot grid is printed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true to use print appearances; false to use the pivot grid’s appearances. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to UsePrintAppearance |
---|---|
PivotGridControl |
|
Remarks
If the UsePrintAppearance property is set to true, the appearance settings used to paint the elements of a pivot grid when its printed are specified by the PivotGridControl.AppearancePrint property. Otherwise, the appearance settings provided by the PivotGridControl.Appearance property are used.
Note that the UsePrintAppearance 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.