Skip to main content
A newer version of this page is available. .

Member Table: Built-in Export

  • 2 minutes to read

Server API

Member Description
ASPxGridBase.ExportToPdf Exports the grid’s data to a stream in PDF format.
ASPxGridBase.ExportPdfToResponse Exports the grid’s data as a PDF file and returns it to the Response in binary format.
ASPxGridBase.ExportToRtf Exports the grid’s data to a stream in RTF format.
ASPxGridBase.ExportRtfToResponse Exports the grid’s data as an RTF file and returns it to the Response in binary format.
ASPxGridBase.ExportToXls Exports the grid’s data to a stream in XLS format.
ASPxGridBase.ExportXlsToResponse Exports the grid’s data as an XLS file and returns it to the Response in binary format.
ASPxGridBase.ExportToXlsx Exports the grid’s data to a stream in XLSX format.
ASPxGridBase.ExportXlsxToResponse Exports the grid’s data as an XLSX file and returns it to the Response in binary format.
ASPxGridBase.ExportToCsv Exports the grid’s data to a stream in CSV format.
ASPxGridBase.ExportCsvToResponse Exports the grid’s data as a CSV file and returns it to the Response in binary format.
ASPxGridBase.ExportToDocx Exports the grid’s data to a stream in DOCX format.
ASPxGridBase.ExportDocxToResponse Exports the grid’s data as a DOCX file and returns it to the Response in binary format.
ASPxGridView.StylesExport Provides access to properties that specify grid elements’ appearance when the grid is exported.
ASPxGridView.SettingsExport Provides access to the grid exporting settings.

Client API

Member Description
ASPxClientGridView.ExportTo Exports the grid’s data to a file in a specified format.
GridViewToolbarCommand.ExportToPdf A toolbar command that exports the grid’s data as a PDF file.
GridViewToolbarCommand.ExportToRtf A toolbar command that exports the grid’s data as an RTF file.
GridViewToolbarCommand.ExportToCsv A toolbar command that exports the grid’s data as a CSV file.
GridViewToolbarCommand.ExportToXls A toolbar command that exports the grid’s data as an XLS file.
GridViewToolbarCommand.ExportToXlsx A toolbar command that exports the grid’s data as an XLSX file.
GridViewToolbarCommand.ExportToDocx A toolbar command that exports the grid’s data as a DOCX file.
GridViewContextMenuCommand.ExportToPdf A context menu command that exports the grid’s data as a PDF file.
GridViewContextMenuCommand.ExportToRtf A context menu command that exports the grid’s data as an RTF file.
GridViewContextMenuCommand.ExportToCsv A context menu command that exports the grid’s data as a CSV file.
GridViewContextMenuCommand.ExportToXls A context menu command that exports the grid’s data as an XLS file.
GridViewContextMenuCommand.ExportToXlsx A context menu command that exports the grid’s data as an XLSX file.
GridViewContextMenuCommand.ExportToDocx A context menu command that exports the grid’s data as a DOCX file.