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

PivotGridOptionsPrint.GetPrintHeaders(PivotArea) Method

Indicates whether the headers located within the specified area are printed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public DefaultBoolean GetPrintHeaders(
    PivotArea area
)

Parameters

Name Type Description
area PivotArea

A PivotArea enumeration value which specifies the area in which the pivot grid fields can be displayed.

Returns

Type Description
DefaultBoolean

A DefaultBoolean enumeration value which specifies whether the headers located within the specified area are printed.

Remarks

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