ASPxGridExporterBase.WriteCsv Method
Name | Parameters | Description |
---|---|---|
WriteCsv(Stream, CsvExportOptions) | stream, exportOptions | Exports the grid’s data to a stream in CSV format with the specified export options. |
WriteCsv(Stream, CsvExportOptionsEx) | stream, exportOptions | Exports the grid’s data to a stream in CSV format with the specified export options. |
WriteCsv(Stream) | stream | Exports the grid’s data to a stream in CSV format. |