Skip to main content
All docs
V25.1

DevExpress v25.1 Update — Your Feedback Matters

Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Export Data in Blazor Grid

The Grid allows you to export data to multiple formats: CSV, PDF, XLS, and XLSX. Depending on the format, the output file can reflect the current filter, sort order, and group settings.

Grid Exported Document

Read Tutorial: Export to CSV Read Tutorial: Export to PDF Read Tutorial: Export to XLS/XLSX

You can write an export result to a stream or to a file downloaded to a client machine. Built-in Grid API members allow you to configure export settings and customize document appearance.

#Export Data to Other Formats

You can use DevExpress Reporting tools to implement export to other formats (for instance, DOCX). Note that Reports ship within the same DevExpress subscriptions as our Blazor UI Controls. Refer to the following examples for additional information and code: