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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DevExpress.AIIntegration.Blazor.Reporting.Viewer" Version="26.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevExpress.AIIntegration.Blazor.Reporting.Viewer" Version="26.1.5" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.AIIntegration.Blazor.Reporting.Viewer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DevExpress.AIIntegration.Blazor.Reporting.Viewer --version 26.1.5
                    
#r "nuget: DevExpress.AIIntegration.Blazor.Reporting.Viewer, 26.1.5"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DevExpress.AIIntegration.Blazor.Reporting.Viewer@26.1.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DevExpress.AIIntegration.Blazor.Reporting.Viewer&version=26.1.5
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.AIIntegration.Blazor.Reporting.Viewer&version=26.1.5
                    
Install as a Cake Tool

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

  1. In a Blazor application with the DxReportViewer component, install the DevExpress AI Integration package:

    dotnet add package DevExpress.AIIntegration.Blazor.Reporting.Viewer
    
  2. Install packages required for your preferred AI service. For additional information, see supported AI services.

  3. 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())
            );
    });
    // ...
    
  4. 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:

See DevExpress Subscriptions & Licensing for subscription comparison tables, purchasing FAQ, and licensing information.

Demos

Documentation

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
Loading failed