What problem does it solve?
This Skill eliminates AI hallucinations and incorrect API usage when generating DevExpress XtraReports runtime code, ensuring you get working, production-ready report implementations without manual API lookups or guesswork.
Core Features & Use Cases
- Programmatic Report Building: Create XtraReport instances, add bands (DetailBand, GroupHeaderBand), controls (XRLabel, XRTable, XRChart), parameters, and expressions entirely in code.
- Multi-Format Export: Export reports to PDF, Excel, Word, CSV, HTML, and images with configurable ExportOptions, including cross-platform Linux/macOS PDF support.
- Common Report Patterns: Implement grouped reports, master-detail layouts, cross-tab pivot tables, and label reports with built-in guardrails to avoid common runtime errors and layout bugs.
- Use Case: For example, use this Skill to quickly build a sales report that groups orders by region, calculates category subtotals, and exports to PDF for distribution.
Quick Start
Ask the AI to generate a C# XtraReport subclass that groups products by category, adds subtotals, and exports to PDF and XLSX.