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