DevExpress.Blazor.Reporting.JSBasedControls 26.1.5-pre-26227

Prefix Reserved
This is a prerelease version of DevExpress.Blazor.Reporting.JSBasedControls.
dotnet add package DevExpress.Blazor.Reporting.JSBasedControls --version 26.1.5-pre-26227
                    
NuGet\Install-Package DevExpress.Blazor.Reporting.JSBasedControls -Version 26.1.5-pre-26227
                    
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.Blazor.Reporting.JSBasedControls" Version="26.1.5-pre-26227" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevExpress.Blazor.Reporting.JSBasedControls" Version="26.1.5-pre-26227" />
                    
Directory.Packages.props
<PackageReference Include="DevExpress.Blazor.Reporting.JSBasedControls" />
                    
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.Blazor.Reporting.JSBasedControls --version 26.1.5-pre-26227
                    
#r "nuget: DevExpress.Blazor.Reporting.JSBasedControls, 26.1.5-pre-26227"
                    
#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.Blazor.Reporting.JSBasedControls@26.1.5-pre-26227
                    
#: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.Blazor.Reporting.JSBasedControls&version=26.1.5-pre-26227&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DevExpress.Blazor.Reporting.JSBasedControls&version=26.1.5-pre-26227&prerelease
                    
Install as a Cake Tool

DevExpress JavaScript-Based Reporting Components for Blazor

This package includes DevExpress JavaScript-Based Components for Blazor Reporting. These components are built on top of DevExtreme JavaScript widgets. They support Interactive Server and Interactive WebAssembly render modes and Blazor WebAssembly Standalone apps. No ASP.NET Core backend or MVC controllers are required.

Included Components

  • Document Viewer (DxDocumentViewer): Displays an interactive document preview generated from a DevExpress Report. The Document Viewer allows users to preview data, change report parameters, print, and export the resulting document.
  • End-User Report Designer (DxReportDesigner): Allows users to create and modify reports using a drag-and-drop interface. Supports various data source types. Includes a fully functional Document Viewer to preview and export reports.
  • Standalone Report Parameters Panel (DxReportParametersPanel): A panel with report parameter editors. Use this component to submit report parameter values, programmatically create a report based on the specified values, and then export or email it without displaying a preview to users.

Examples

Example 1: Add a Document Viewer to a Blazor Web App

  1. Install the following DevExpress packages:

    dotnet add package DevExpress.Blazor.Reporting.JSBasedControls
    dotnet add package DevExpress.AspNetCore.Reporting
    
  2. Register DevExpress Resources.

  3. Add a Report Name Resolution Service.

  4. Create a Sample Report.

  5. Add a DxDocumentViewer component to a Razor page:

    @page "/documentviewer"
    @rendermode InteractiveServer
    
    <DxDocumentViewer ReportName="TestReport" Height="1000px" Width="100%">
        <DxDocumentViewerTabPanelSettings Width="340" />
    </DxDocumentViewer>
    

Example 2: Add an End-User Report Designer to a Blazor Web App

  1. Install the following DevExpress packages:

    dotnet add package DevExpress.Blazor.Reporting.JSBasedControls
    dotnet add package DevExpress.AspNetCore.Reporting
    
  2. Register DevExpress Resources.

  3. Add a Report Storage.

  4. Create a Sample Report.

  5. Add a DxReportDesigner component to a Razor page:

    @page "/reportdesigner"
    @rendermode InteractiveServer
    
    <DxReportDesigner ReportName="TestReport" Height="1000px" Width="100%">
    </DxReportDesigner>
    

Example 3: Add a Standalone Report Parameters Panel to a Blazor Web App

  1. Install the following DevExpress packages:

    dotnet add package DevExpress.Blazor.Reporting.JSBasedControls
    dotnet add package DevExpress.AspNetCore.Reporting
    
  2. Register DevExpress Resources.

  3. Add a Sample Report.

  4. Add a Report Resolution Service.

  5. Add a DxReportParametersPanel component to a Razor page:

    @page "/panel"
    @rendermode InteractiveServer
    
    <DxReportParametersPanel ReportName="TestReport" Height="1000px" Width="650px">
    </DxReportParametersPanel>
    

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 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.

DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly — JavaScript-based Reporting Components for Blazor WebAssembly Hosted applications (DxWasmDocumentViewer, DxWasmReportDesigner, and DxWasmReportParametersPanel). These components require an ASP.NET Core backend with MVC controllers.

dotnet add package DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly

DevExpress.AIIntegration.AspNetCore.Reporting — AI-powered Summarize, Translate, Prompt-to-Report, Prompt-to-Expression, Localization, and Test Data extensions for the Document Viewer and Report Designer.

dotnet add package DevExpress.AIIntegration.AspNetCore.Reporting

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 (4)

Showing the top 4 NuGet packages that depend on DevExpress.Blazor.Reporting.JSBasedControls:

Package Downloads
DevExpress.ExpressApp.ReportsV2.Blazor

Target Platform/Framework: Web, Mobile 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 SBOM: https://sbom.devexpress.com/nuget/DevExpress.ExpressApp.ReportsV2.Blazor/26.1.5-pre-26227

DevExpress.Blazor.Reporting

Target Platform/Framework: Web DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting SBOM: https://sbom.devexpress.com/nuget/DevExpress.Blazor.Reporting/26.1.5-pre-26227

DevExpress.Blazor.Reporting.JSBasedControls.BlazorServer

Target Platform/Framework: Web DevExpress Product Libraries Used: .NET Reporting (https://www.devexpress.com/subscriptions/reporting) Available in the following DevExpress Subscription(s): Universal, DXperience, ASP.NET & Blazor (includes DevExtreme), Reporting SBOM: https://sbom.devexpress.com/nuget/DevExpress.Blazor.Reporting.JSBasedControls.BlazorServer/26.1.5-pre-26227

WooW.Lib.DevExpress

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on DevExpress.Blazor.Reporting.JSBasedControls:

Repository Stars
DevExpress/Blazor
[Archived] This repository has been archived and will no longer receive content updates.
Version Downloads Last Updated
26.1.5-pre-26227 84 8/18/2026
26.1.4 2,209 8/7/2026
26.1.4-pre-26200 754 7/23/2026
26.1.4-pre-26190 558 7/14/2026
26.1.4-pre-26179 469 7/2/2026
26.1.3 14,194 6/18/2026
25.2.9 517 8/3/2026
25.2.8 5,083 6/10/2026
25.2.7 6,415 5/6/2026
25.2.6 9,367 4/7/2026
25.2.5 7,208 3/2/2026
25.2.4 5,098 2/3/2026
25.2.3 9,542 12/18/2025
25.1.13 706 7/31/2026
25.1.12 3,459 6/10/2026
25.1.11 482 5/5/2026
25.1.10 498 4/6/2026
25.1.9 4,520 3/2/2026
25.1.8 2,435 1/16/2026
Loading failed