corelibraries-devexpress-dot-xtrapivotgrid-69640028.md
Represents the base class for objects which define the PivotGrid’s export options specific to XLS format.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public abstract class PivotXlsExportOptionsBase :
XlsExportOptionsEx,
IPivotGridExportOptions,
IDataAwareExportOptions
Public MustInherit Class PivotXlsExportOptionsBase
Inherits XlsExportOptionsEx
Implements IPivotGridExportOptions,
IDataAwareExportOptions
You can specify whether to include the Pivot Grid field headers to the XLS exported document. To do this, use the following properties.
Object ExportOptionsBase PageByPageExportOptionsBase XlExportOptionsBase XlsExportOptions XlsExportOptionsEx PivotXlsExportOptionsBase PivotXlsExportOptions
See Also