aspnet-115978-components-card-view-concepts-export-custom-export.md
Tip
In v17.2 and higher, we recommend that you use the client API and the built-in toolbar commands to export ASPxCardView data.
ASPxCardView allows you to use the ASPxCardViewExporter component or the built-in export mechanism (via the standard toolbar commands, client-side API, or server-side API) to export grid data to a file or stream in PDF, RTF, CSV, DOCX, XLS, and XLSX formats.
Assign ASPxCardView’s ID to the ASPxCardViewExporter.CardViewID property and select the export method. For example, use the ASPxGridExporterBase.WriteXlsToResponse method to export data to a file in XLS format.
The ASPxCardViewExporter.Styles property allows you to customize the exported grid element appearance.
Note