devexpress-reports-blazor
DevExpress Blazor Reporting — Viewer & Designer Integration
Integrates DevExpress report viewing and designing into Blazor applications. Five components across three families cover every Blazor hosting model.
This skill covers Blazor UI component integration only. For creating reports programmatically (bands, controls, data binding, export), use the devexpress-reports-core skill.
Skill boundary — hard stop: This skill does NOT generate
XtraReportsubclasses, band declarations (DetailBand,GroupHeaderBand), or control code (XRLabel,XRTable, etc.). If a report class is needed, switch todevexpress-reports-corefor that part, get the class name or instance, then return here to wire it into the viewer.
Agent Workflow — Three Required Phases
Do not write any code until all three phases are complete. This ensures you load the correct reference files and generate a single coherent step-by-step plan.
- Phase 1 — Search the project and ask clarifying questions for any unknowns
- Phase 2 — Apply the decision gates to select the exact component and architecture
- Phase 3 — Load the matching reference files, merge their steps, present the plan, then execute