Back to Devexpress

PivotGridXlsExportOptions Events

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridxlsexportoptions-dot-underscore-events.md

latest3.9 KB
Original Source

PivotGridXlsExportOptions Events

Contains export options specific to XLS format.

NameDescription
AfterAddRowFires immediately after a row is added to the output document.Only available in data-aware export mode. Inherited from XlsExportOptionsEx.
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 XlsExportOptionsEx.
BeforeExportTableAllows you to customize a native Excel table’s settings before export. This event is in effect when the XlsExportOptionsEx.LayoutMode property is set to Table.Only available in data-aware export mode. Inherited from XlsExportOptionsEx.
CustomizeCellAllows you to customize a PivotGrid cell in the exported XLS document. Only available in data-aware export mode.
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. Inherited from XlsExportOptionsEx.
CustomizeSheetFooterAllows you to add a footer to the output document. Only available in data-aware export mode. Inherited from XlsExportOptionsEx.
CustomizeSheetHeaderAllows you to add a header to the output document.Only available in data-aware export mode. Inherited from XlsExportOptionsEx.
CustomizeSheetSettingsAllows you to customize the output document’s settings. Only available in data-aware export mode. Inherited from XlsExportOptionsEx.
DocumentColumnFilteringAllows you to apply filters to the exported document’s columns.Only available in data-aware export mode. Inherited from XlsExportOptionsEx.
ExportProgressFires repeatedly while the data is being exported.Only available in data-aware export mode. Inherited from XlsExportOptionsEx.
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 XlsExportOptionsEx.

See Also

PivotGridXlsExportOptions Class

PivotGridXlsExportOptions Members

DevExpress.Xpf.PivotGrid Namespace