xaf-reports

Configure DevExpress XtraReports in XAF Blazor and WinForms apps.

6|2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/kashiash/xaf-skills --skill xaf-reports
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xaf-reports
Source: https://github.com/kashiash/xaf-skills/tree/main/xaf-reports
Command: npx skills add https://github.com/kashiash/xaf-skills --skill xaf-reports

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

XAF developers need a cohesive solution to design, store, and deliver reports using DevExpress XtraReports within XAF apps across Blazor and WinForms.

Core Features & Use Cases

  • Setup and configure ReportsModuleV2 for Blazor and WinForms apps.
  • Choose report storage (XML/files or database) and define predefined reports.
  • Use in-app designer to design reports and export to PDF/Excel/Word.
  • Supports data sources like CollectionDataSource and EntityServerModeSource.
  • Implement security permissions around report data and designer.

Quick Start

Install the XAF Reports skill and configure ReportsModuleV2 in your XAF project to enable in-app report design and predefined reports.

Frequently Asked Questions about xaf-reports

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate DevExpress XtraReports into a Blazor XAF application?

Integrate XtraReports into Blazor XAF by configuring ReportsModuleV2 to enable report storage, predefined reports, in-app designer, and exporting capabilities. This setup connects data sources and security permissions directly within your Blazor project.

Does XAF reporting support both XML file and database storage for predefined reports?

XAF reporting supports both XML file and database storage options for predefined reports. You can choose your preferred storage mechanism during the ReportsModuleV2 setup to persist and manage report definitions across your application.

What data sources can I use for XtraReports in XAF WinForms and Blazor?

You can use CollectionDataSource and EntityServerModeSource as data sources for XtraReports in XAF. These sources feed data into your predefined reports across both WinForms and Blazor applications for end-to-end reporting.

Can I implement security permissions around the in-app report designer in XAF?

You can implement security permissions around report data and the in-app report designer in XAF. This controls user access to designing reports and exporting to PDF, Excel, or Word within your application.

What is the best way to enable report exporting to PDF and Excel in XAF?

The best way to enable report exporting in XAF is to configure ReportsModuleV2 with predefined reports and supported data sources. This setup provides built-in exporting capabilities to PDF, Excel, and Word formats.