Back to Devexpress

PivotXlsxExportOptions Events

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotxlsxexportoptions-dot-underscore-events.md

latest4.0 KB
Original Source

PivotXlsxExportOptions Events

Contains Pivot Grid options that define how a document is exported to XLSX format in the data-aware export mode.

NameDescription
AfterAddRowFires immediately after a row is added to the output document.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
BeforeExportRowFires consecutively for each control row when this row is about to be exported. Allows you to skip specific rows if they do not meet your custom criteria. Inherited from XlsxExportOptionsEx.
BeforeExportTableAllows you to customize a native Excel table’s settings before export. This event is in effect when the XlsxExportOptionsEx.LayoutMode property is set to Table. Inherited from XlsxExportOptionsEx.
CustomizeCellAllows you to customize a PivotGrid’s cell in the exported XLSX document.
CustomizeDocumentColumnAllows you to customize an individual column in the exported document - change its width, formatting, collapse the group containing the column or hide the column.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
CustomizeSheetFooterAllows you to customize the footer in the output document. Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
CustomizeSheetHeaderAllows you to customize the header in the output document. Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
CustomizeSheetSettingsAllows you to customize the output document’s settings. Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
DocumentColumnFilteringAllows you to apply filters to the exported document’s columns.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
ExportProgressFires repeatedly while the data is being exported.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.
SkipFooterRowAllows you to hide certain summary footers (or certain multi-line summary footers’ lines) from the exported document.Only available in data-aware export mode. Inherited from XlsxExportOptionsEx.

See Also

PivotXlsxExportOptions Class

PivotXlsxExportOptions Members

DevExpress.XtraPivotGrid Namespace