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

PivotGridOptionsPrint.PrintUnusedFilterFields Property

Gets or sets whether unused filter fields are printed/exported.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool PrintUnusedFilterFields { get; set; }

Property Value

Type Default Description
Boolean **true**

true if unused filter fields are printed/exported; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

If data is not filtered against a specific filter field and the PrintUnusedFilterFields property is set to false, this field’s header will not appear in a printout and in an export output. If the PrintUnusedFilterFields property is set to true, this field’s header will be printed/exported.

Note that the PrintUnusedFilterFields 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