Skip to main content
All docs
V19.2

WebPivotGridOptionsPrint.UsePrintAppearance Property

This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

Declaration

public override bool UsePrintAppearance { get; set; }

Property Value

Type
Boolean

Property Paths

You can access this nested property as listed below:

Object Type Path to UsePrintAppearance
ASPxPivotGridExporter
.OptionsPrint.UsePrintAppearance
MVCxPivotGridExporter
.OptionsPrint.UsePrintAppearance
MVCxPivotGridExportSettings
.OptionsPrint.UsePrintAppearance

Remarks

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