devexpress-xaf-reports

Installation
SKILL.md

DevExpress XAF — Reports V2, Data Export & Printing

The Reports V2 module integrates DevExpress XtraReports into XAF applications, enabling report design, preview, printing, and storage in the database. EF Core is the recommended ORM; examples default to EF Core (DbSet<ReportDataV2>). XPO equivalents are noted where they differ.

Prerequisites & Installation

NuGet Packages

Package Purpose Project
DevExpress.ExpressApp.ReportsV2.Blazor Reports V2 Blazor module (ReportsBlazorModuleV2, DxReportDesigner, DxReportViewer) MySolution.Blazor.Server
DevExpress.ExpressApp.ReportsV2.Win Reports V2 WinForms module (ReportsWindowsFormsModuleV2) MySolution.Win
DevExpress.Persistent.BaseImpl.EF ReportDataV2 storage class for EF Core MySolution.Module
DevExpress.Persistent.BaseImpl.Xpo ReportDataV2 storage class for XPO MySolution.Module (XPO only)

Module Registration

BlazorMySolution.Blazor.Server\Startup.cs:

Installs
9
GitHub Stars
49
First Seen
Jun 28, 2026
devexpress-xaf-reports — devexpress/agent-skills