DevExpress.AIIntegration.WinForms.Reporting
26.1.5
Prefix Reserved
dotnet add package DevExpress.AIIntegration.WinForms.Reporting --version 26.1.5
NuGet\Install-Package DevExpress.AIIntegration.WinForms.Reporting -Version 26.1.5
<PackageReference Include="DevExpress.AIIntegration.WinForms.Reporting" Version="26.1.5" />
<PackageVersion Include="DevExpress.AIIntegration.WinForms.Reporting" Version="26.1.5" />
<PackageReference Include="DevExpress.AIIntegration.WinForms.Reporting" />
paket add DevExpress.AIIntegration.WinForms.Reporting --version 26.1.5
#r "nuget: DevExpress.AIIntegration.WinForms.Reporting, 26.1.5"
#:package DevExpress.AIIntegration.WinForms.Reporting@26.1.5
#addin nuget:?package=DevExpress.AIIntegration.WinForms.Reporting&version=26.1.5
#tool nuget:?package=DevExpress.AIIntegration.WinForms.Reporting&version=26.1.5
AI-powered Extensions for DevExpress WinForms Report Designer
The DevExpress.AIIntegration.WinForms.Reporting package provides AI-powered extensions for the DevExpress WinForms Report Designer. These extensions allow users to create, modify, and localize reports with natural language commands.
Key Features
- "Prompt-to-Report" - Users can create a report layout from a natural language description.
- Modify Reports - Users can chat with an AI Assistant to adjust a report layout. This functionality is available in applications that target .NET 8 or later.
- AI-generated Test Data - An AI assistant can generate test data so users can preview reports without connecting to a live data source.
- Localize Reports - Users can click "Localize with AI" in the Localization Editor to translate all localizable property values into the selected language.
- "Prompt-to-Expression" - Users can create valid expressions from natural language descriptions.
Examples
In a WinForms application with the
ReportDesignercomponent, install the DevExpress AI Integration package:dotnet add package DevExpress.AIIntegration.WinForms.ReportingInstall packages required for your preferred AI service. See supported AI services for additional information.
Register your AI service at application startup:
using Azure.AI.OpenAI; using DevExpress.AIIntegration; using Microsoft.Extensions.AI; using System.ClientModel; internal static class Program { static string AzureOpenAIEndpoint { get { return "AZURE_OPENAI_ENDPOINT"; } } static string AzureOpenAIKey { get { return "AZURE_OPENAI_APIKEY"; } } static string DeploymentName { get { return "MODEL_NAME"; } } // For example, gpt-5.2. [STAThread] static void Main(){ IChatClient client = new AzureOpenAIClient( new Uri(AzureOpenAIEndpoint), new ApiKeyCredential(AzureOpenAIKey)) .GetChatClient(DeploymentName).AsIChatClient(); AIExtensionsContainerDesktop.Default.RegisterChatClient(client); ApplicationConfiguration.Initialize(); Application.Run(new Form1()); } }Register required extensions (behaviors) and attach them to the WinForms Report Designer control:
using DevExpress.AIIntegration.WinForms.Reporting; // ... public partial class Form1 : Form { public Form1() { InitializeComponent(); behaviorManager1.Attach<ReportPromptToReportBehavior>(reportDesigner1, behavior => { // ... }); } }Call the
BehaviorInitializer.Initialize()method at application startup if your project targets the .NET Framework and you create AI-powered behaviors in code.internal static class Program { [STAThread] static void Main() { //... // The Initialize() method forcibly initializes the behavior manager in .NET Framework apps. DevExpress.AIIntegration.WinForms.Reporting.BehaviorInitializer.Initialize(); Application.Run(new Form1()); } }
Evaluation Period, Pricing Options, and Licensing Terms
Whether you own a license or want to start a 30-day evaluation period, register your DevExpress license key. To obtain your key, log in to the DevExpress Download Manager. Use your existing DevExpress.com account or create a new account for free. For additional registration instructions, see License Key for DevExpress Products.
If you purchase a license after evaluating a product, re-register your updated DevExpress license key to remove evaluation version warnings/messages.
This package is included in the following commercial subscriptions:
- DevExpress Reporting Subscription
- DevExpress WinForms Subscription
- DevExpress DXperience Subscription
- DevExpress Universal Subscription
See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.
Documentation
- Prompt-to-Report in WinForms Report Designer
- Prompt-to-Expression in WinForms Report Designer
- AI-Powered Localization for WinForms Reporting
- Preview Reports with AI-generated Test Data
- Modify Report Behavior in the WinForms Report Designer (CTP)
- AI-Powered Functionality in DevExpress Reporting
Software Bill of Materials (SBOM)
To access SBOM files for DevExpress packages, please refer to the following article: Software Bill of Materials (SBOM) for DevExpress .NET assemblies/NuGet packages, JavaScript, VCL and other redistributable artifacts.
See Also: Information Security | Security - What You Need to Know
Useful Online Resources
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- DevExpress.AIIntegration (= 26.1.5)
- DevExpress.AIIntegration.Desktop (= 26.1.5)
- DevExpress.AIIntegration.Reporting.Common (= 26.1.5)
- DevExpress.AIIntegration.WinForms (= 26.1.5)
- DevExpress.Data (= 26.1.5)
- DevExpress.Data.Desktop (= 26.1.5)
- DevExpress.DataAccess (= 26.1.5)
- DevExpress.DataAccess.UI (= 26.1.5)
- DevExpress.Printing.Core (= 26.1.5)
- DevExpress.Reporting.Core (= 26.1.5)
- DevExpress.Utils (= 26.1.5)
- DevExpress.Utils.UI (= 26.1.5)
- DevExpress.Win.Grid (= 26.1.5)
- DevExpress.Win.Navigation (= 26.1.5)
- DevExpress.Win.Printing (= 26.1.5)
- DevExpress.Win.Reporting (= 26.1.5)
- DevExpress.Win.TreeList (= 26.1.5)
- Microsoft.Agents.AI.Workflows (>= 1.5.0)
- Microsoft.Extensions.AI (>= 10.5.1)
-
net8.0-windows
- DevExpress.AIIntegration (= 26.1.5)
- DevExpress.AIIntegration.Blazor.Chat (= 26.1.5)
- DevExpress.AIIntegration.Blazor.Chat.WebView (= 26.1.5)
- DevExpress.AIIntegration.Desktop (= 26.1.5)
- DevExpress.AIIntegration.Reporting.Common (= 26.1.5)
- DevExpress.AIIntegration.WinForms (= 26.1.5)
- DevExpress.AIIntegration.WinForms.Chat (= 26.1.5)
- DevExpress.Data (= 26.1.5)
- DevExpress.Data.Desktop (= 26.1.5)
- DevExpress.DataAccess (= 26.1.5)
- DevExpress.DataAccess.UI (= 26.1.5)
- DevExpress.Printing.Core (= 26.1.5)
- DevExpress.Reporting.Core (= 26.1.5)
- DevExpress.Utils (= 26.1.5)
- DevExpress.Utils.UI (= 26.1.5)
- DevExpress.Win.Grid (= 26.1.5)
- DevExpress.Win.Navigation (= 26.1.5)
- DevExpress.Win.Printing (= 26.1.5)
- DevExpress.Win.Reporting (= 26.1.5)
- DevExpress.Win.TreeList (= 26.1.5)
- Microsoft.Agents.AI.Workflows (>= 1.5.0)
- Microsoft.AspNetCore.Components.Web (>= 8.0.15)
- Microsoft.Extensions.AI (>= 10.5.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on DevExpress.AIIntegration.WinForms.Reporting:
| Package | Downloads |
|---|---|
|
DevExpress.AIIntegration.WinForms.Reporting.de
Target Platform/Framework: Cross-Platform DevExpress Product Libraries Used: DevExpress AI-powered Extensions for OpenAI, Azure, Ollama, Semantic Kernel (https://www.devexpress.com/ai) Available in the following DevExpress Subscription(s): Universal, DXperience, WinForms, Reporting |
|
|
DevExpress.AIIntegration.WinForms.Reporting.es
Target Platform/Framework: Cross-Platform DevExpress Product Libraries Used: DevExpress AI-powered Extensions for OpenAI, Azure, Ollama, Semantic Kernel (https://www.devexpress.com/ai) Available in the following DevExpress Subscription(s): Universal, DXperience, WinForms, Reporting |
|
|
DevExpress.AIIntegration.WinForms.Reporting.ja
Target Platform/Framework: Cross-Platform DevExpress Product Libraries Used: DevExpress AI-powered Extensions for OpenAI, Azure, Ollama, Semantic Kernel (https://www.devexpress.com/ai) Available in the following DevExpress Subscription(s): Universal, DXperience, WinForms, Reporting |
|
|
DevExpress.ExpressApp.AI.Win
Target Platform/Framework: Desktop DevExpress Product Libraries Used: XAF (Cross-Platform .NET App UI & Web API) (https://www.devexpress.com/xaf) Available in the following DevExpress Subscription(s): Universal |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.5 | 115 | 9/18/2026 |
| 26.1.5-pre-26248 | 121 | 9/11/2026 |
| 26.1.5-pre-26241 | 137 | 9/2/2026 |
| 26.1.5-pre-26235 | 140 | 8/26/2026 |
| 26.1.5-pre-26227 | 149 | 8/18/2026 |
| 26.1.4 | 500 | 8/7/2026 |
| 26.1.3 | 759 | 6/18/2026 |
| 25.2.9 | 126 | 8/3/2026 |
| 25.2.8 | 160 | 6/10/2026 |
| 25.2.7 | 439 | 5/6/2026 |
| 25.2.6 | 295 | 4/7/2026 |
| 25.1.13 | 137 | 7/31/2026 |
| 25.1.12 | 131 | 6/10/2026 |
| 25.1.11 | 129 | 5/5/2026 |
| 25.1.10 | 145 | 4/6/2026 |
| 25.1.9 | 139 | 3/2/2026 |