ASPxGridExporterBase.WriteCsvToResponse(String, CsvExportOptionsEx) Method
In This Article
Exports the grid’s data to the specified file in CSV format with the specified name and export options, and writes it to the Response in binary format.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public void WriteCsvToResponse(
string fileName,
CsvExportOptionsEx exportOptions
)
#Parameters
Name | Type | Description |
---|---|---|
file |
String | A String value that specifies the target file name. |
export |
Csv |
A Csv |
#Remarks
Note
Before exporting a grid, the ASPx
See Also