CsvExportOptionsEx Events
Contains options that define how a control is exported to CSV format in data-aware export mode.
Name | Description |
---|---|
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. |
Customize |
Allows you to substitute a cell value in the output document. Only available in data-aware export mode. |
Export |
Fires repeatedly while the data is being exported. |
See Also