CardView.ExportToCsv Method
Name | Parameters | Description |
---|---|---|
ExportToCsv(Stream, CsvExportOptions) | stream, options | Exports a grid to the specified stream in CSV format using the specified CSV-specific options. |
ExportToCsv(Stream) | stream | Exports a grid to the specified stream in CSV format. |
ExportToCsv(String, CsvExportOptions) | filePath, options | Exports a grid to the specified file path in CSV format, using the specified CSV-specific options. |
ExportToCsv(String) | filePath | Exports a grid to the specified file path in CSV format. |