What problem does it solve? Embedding report viewing and editing into a WinForms application requires navigating DevExpress licensing tiers, NuGet packages, and multiple APIs (ReportPrintTool, ReportDesignTool, DocumentViewer, XRDesignForm). This Skill guides developers through the correct approach for their license and framework, avoiding common pitfalls like missing CreateDocument calls or wrong package references. ## Core Features & Use Cases - Print Preview Integration: Show ribbon or standard print preview dialogs, or embed a DocumentViewer control directly in a form, with CachedReportSource support for large reports. - End-User Report Designer: Launch the designer via ReportDesignTool (Reporting subscription) or embed XRDesignRibbonForm/RibbonReportDesigner components (WinForms subscription), including save/load storage wiring. - Customization & Deployment: Customize preview and designer toolbars, handle silent printing, and configure projects for .NET 6+ or .NET Framework 4.6.2+. - Use Case: A developer needs to add a report preview button and an embedded report designer to an existing .NET 8 WinForms app; the Skill provides the exact NuGet packages, license checks, and working C# or VB.NET code. ## Quick Start Ask the AI to add a DevExpress report print preview and end-user designer to your WinForms application, specifying your target framework and DevExpress subscription type.