PivotGridXlsxExportOptions Events
Contains export options specific to XLS format.
Name | Description |
---|---|
After |
Fires immediately after a row is added to the output document. |
Before |
Fires 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 Xlsx |
Before |
Allows you to customize a native Excel table’s settings before export. This event is in effect when the Xlsx |
Customize |
Allows you to customize a Pivot |
Customize |
Allows you to customize an individual column in the exported document - change its width, formatting, collapse the group containing the column or hide the column. |
Customize |
Allows you to customize the footer in the output document. Only available in data-aware export mode.
Inherited from Xlsx |
Customize |
Allows you to customize the header in the output document. Only available in data-aware export mode.
Inherited from Xlsx |
Customize |
Allows you to customize the output document’s settings. Only available in data-aware export mode.
Inherited from Xlsx |
Document |
Allows you to apply filters to the exported document’s columns. |
Export |
Fires repeatedly while the data is being exported. |
Skip |
Allows you to hide certain summary footers (or certain multi-line summary footers’ lines) from the exported document. |
See Also