ASPxGridBase.ExportXlsxToResponse Method
Name | Parameters | Description |
---|---|---|
Export |
none | Exports the grid’s data to a file in XLSX format, and writes it to the response in binary format. |
Export |
save |
Exports the grid’s data to a file in XLSX format with the specified export settings, and writes it to the response in binary format. |
Export |
file |
Exports the grid’s data to the specified file in XLSX format with the specified export settings, and writes it to the response in binary format. |
Export |
file |
Exports the grid’s data to the specified file in XLSX format, and writes it to the response in binary format. |