PivotGridOptionsPrint.GetPrintHeaders(PivotArea) Method
Indicates whether the headers located within the specified area are printed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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.