Back to Devexpress

PivotXlsxExportOptionsBase Class

corelibraries-devexpress-dot-xtrapivotgrid-374faa28.md

latest2.6 KB
Original Source

PivotXlsxExportOptionsBase Class

Represents the base class for objects which define the PivotGrid’s export options specific to XLSX format.

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
public abstract class PivotXlsxExportOptionsBase :
    XlsxExportOptionsEx,
    IPivotGridExportOptions,
    IDataAwareExportOptions
vb
Public MustInherit Class PivotXlsxExportOptionsBase
    Inherits XlsxExportOptionsEx
    Implements IPivotGridExportOptions,
               IDataAwareExportOptions

Remarks

You can specify whether to include the Pivot Grid field headers to the XLS exported document. To do this, use the following properties.

Inheritance

Object ExportOptionsBase PageByPageExportOptionsBase XlExportOptionsBase XlsxExportOptions XlsxExportOptionsEx PivotXlsxExportOptionsBase PivotXlsxExportOptions

PivotXlsxExportOptions

See Also

PivotXlsxExportOptionsBase Members

DevExpress.XtraPivotGrid Namespace