DevExpress.AIIntegration.Blazor.Reporting.Viewer
26.1.5
Prefix Reserved
dotnet add package DevExpress.AIIntegration.Blazor.Reporting.Viewer --version 26.1.5
NuGet\Install-Package DevExpress.AIIntegration.Blazor.Reporting.Viewer -Version 26.1.5
<PackageReference Include="DevExpress.AIIntegration.Blazor.Reporting.Viewer" Version="26.1.5" />
<PackageVersion Include="DevExpress.AIIntegration.Blazor.Reporting.Viewer" Version="26.1.5" />
<PackageReference Include="DevExpress.AIIntegration.Blazor.Reporting.Viewer" />
paket add DevExpress.AIIntegration.Blazor.Reporting.Viewer --version 26.1.5
#r "nuget: DevExpress.AIIntegration.Blazor.Reporting.Viewer, 26.1.5"
#:package DevExpress.AIIntegration.Blazor.Reporting.Viewer@26.1.5
#addin nuget:?package=DevExpress.AIIntegration.Blazor.Reporting.Viewer&version=26.1.5
#tool nuget:?package=DevExpress.AIIntegration.Blazor.Reporting.Viewer&version=26.1.5
AI-powered Extensions for DevExpress Blazor Report Viewer
This package contains AI-powered Extensions for DevExpress Blazor Report Viewer.
Key Features
- Summarize: Generates a natural language summary directly in the viewer. Summarize the entire document, a page, or selected report content.
- Translate: Translates report content into a different language and displays the results in the AI Operations tab. Process the entire document, a page, or selected report content.
- Translate Inline: Translates report content directly in the document preview. Users can print or export translated reports. Pages with AI-generated translations are labeled so users can locate changes and revert to the original language.
- AI Operations tab: Allows users to review and copy summary and translation output and configure AI-powered settings.
- Quick Actions Menu: Provides AI-powered commands to summarize and translate content and specify operation options.
Example: Integrate AI-powered Commands into the Blazor Report Viewer
In a Blazor application with the
DxReportViewercomponent, install the DevExpress AI Integration package:dotnet add package DevExpress.AIIntegration.Blazor.Reporting.ViewerInstall packages required for your preferred AI service. For additional information, see supported AI services.
In Program.cs, register your AI service and configure AI-powered extensions for the Blazor Report Viewer:
using DevExpress.AIIntegration; using DevExpress.AIIntegration.Blazor.Reporting.Viewer.Extensions; using DevExpress.AIIntegration.Reporting.Common.Models; using Microsoft.Extensions.AI; var builder = WebApplication.CreateBuilder(args); // ... builder.Services.AddDevExpressServerSideBlazorReportViewer(); // Register an IChatClient (Azure OpenAI shown as an example) builder.Services.AddChatClient(asChatClient); // Register AI-powered extensions for the Blazor Report Viewer builder.Services.AddDevExpressAI((config) => { config.AddBlazorReportingAIIntegration(cfg => // Add Summarize commands. cfg.AddSummarization(summarizeOptions => summarizeOptions.SetSummarizationMode(SummarizationMode.Abstractive) .SetTemperature(0.1f)) // Add Translate and Translate Inline commands for the specified languages. .AddTranslation(translateOptions => translateOptions.SetLanguages(new List<LanguageInfo> { new LanguageInfo { Text = "German", Id = "de-DE" }, new LanguageInfo { Text = "Spanish", Id = "es-ES" } }) .EnableTranslation() .EnableInlineTranslation()) ); }); // ...AI-powered commands are now available in the AI Operations tab and Quick Actions menu. Users can summarize or translate report content.
Evaluation Period, Pricing Options, and Licensing Terms
Whether you own a license or want to start a 30-day evaluation, download and register your DevExpress license key. To obtain your key, sign in to the DevExpress Download Manager with an existing DevExpress.com account or create a free account. For key 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 and messages.
This package is included in the following commercial subscriptions:
- DevExpress Reporting Subscription
- DevExpress ASP.NET Subscription
- DevExpress DXperience Subscription
- DevExpress Universal Subscription
See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.
Demos
Documentation
- AI-powered Functionality in DevExpress Reports
- Summarize and Translate Reports
- Blazor Report Viewer Overview
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 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- DevExpress.AIIntegration (= 26.1.5)
- DevExpress.AIIntegration.Printing (= 26.1.5)
- DevExpress.AIIntegration.Reporting.Common (= 26.1.5)
- DevExpress.AIIntegration.Web (= 26.1.5)
- DevExpress.Blazor (= 26.1.5)
- DevExpress.Blazor.Reporting.Viewer (= 26.1.5)
- DevExpress.Blazor.Resources (= 26.1.5)
- DevExpress.Blazor.Viewer (= 26.1.5)
- DevExpress.Printing.Core (= 26.1.5)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on DevExpress.AIIntegration.Blazor.Reporting.Viewer:
| Package | Downloads |
|---|---|
|
DevExpress.AIIntegration.Blazor.Reporting.Viewer.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, ASP.NET & Blazor (includes DevExtreme), Reporting |
|
|
DevExpress.AIIntegration.Blazor.Reporting.Viewer.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, ASP.NET & Blazor (includes DevExtreme), Reporting |
|
|
DevExpress.AIIntegration.Blazor.Reporting.Viewer.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, ASP.NET & Blazor (includes DevExtreme), Reporting |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on DevExpress.AIIntegration.Blazor.Reporting.Viewer:
| Repository | Stars |
|---|---|
|
DevExpress/Blazor
[Archived] This repository has been archived and will no longer receive content updates.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 26.1.5 | 80 | 9/18/2026 |
| 26.1.5-pre-26248 | 139 | 9/11/2026 |
| 26.1.5-pre-26241 | 155 | 9/2/2026 |
| 26.1.5-pre-26235 | 179 | 8/26/2026 |
| 26.1.5-pre-26227 | 320 | 8/18/2026 |
| 26.1.4 | 886 | 8/7/2026 |
| 26.1.3 | 2,167 | 6/18/2026 |
| 25.2.9 | 170 | 8/3/2026 |
| 25.2.8 | 221 | 6/10/2026 |
| 25.2.7 | 279 | 5/6/2026 |
| 25.2.6 | 308 | 4/7/2026 |
| 25.1.13 | 173 | 7/31/2026 |
| 25.1.12 | 187 | 6/10/2026 |
| 25.1.11 | 172 | 5/5/2026 |
| 25.1.10 | 178 | 4/6/2026 |
| 25.1.9 | 187 | 3/2/2026 |