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

PivotGridOptionsPrint.UsePrintAppearance Property

Gets or sets whether print appearances are used when the pivot grid is printed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool UsePrintAppearance { get; set; }

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:

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

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.

See Also