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

Convert a DevExpress Data Grid to a Report

This document describes the automatic conversion of your data grids to DevExpress reports. You can convert your data grid to a report when you need more control on your printed grid’s layout.

Converting a WinForms Grid

When using the GridControl in a WinForms application, you can use the ReportGenerator component to automatically convert your grid to a DevExpress report:

ReportGenerationFeature

See the Advanced Grid Printing and Exporting topic to learn more about using this component.

Converting a WPF Grid

When using the GridControl in a WPF application, you can use the GridReportManagerService to convert your grid to a DevExpress report:

GridReportManagerService

See the GridReportManagerService document for more information.

 

Next Step: Create a Simple Data-Aware Report