Back to Devexpress

ASPxGridExporterBase.WriteCsv Method

aspnet-devexpress-dot-web-dot-aspxgridexporterbase-dot-writecsv.md

latest792 B
Original Source

ASPxGridExporterBase.WriteCsv Method

NameParametersDescription
WriteCsv(Stream, CsvExportOptions)stream, exportOptionsExports the grid’s data to a stream in CSV format with the specified export options.
WriteCsv(Stream, CsvExportOptionsEx)stream, exportOptionsExports the grid’s data to a stream in CSV format with the specified export options.
WriteCsv(Stream)streamExports the grid’s data to a stream in CSV format.