DevExpress.Blazor.Reporting.JSBasedControls
26.1.5-pre-26227
Prefix Reserved
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
<PackageReference Include="DevExpress.Blazor.Reporting.JSBasedControls" Version="26.1.5-pre-26227" />
<PackageVersion Include="DevExpress.Blazor.Reporting.JSBasedControls" Version="26.1.5-pre-26227" />
<PackageReference Include="DevExpress.Blazor.Reporting.JSBasedControls" />
paket add DevExpress.Blazor.Reporting.JSBasedControls --version 26.1.5-pre-26227
#r "nuget: DevExpress.Blazor.Reporting.JSBasedControls, 26.1.5-pre-26227"
#:package DevExpress.Blazor.Reporting.JSBasedControls@26.1.5-pre-26227
#addin nuget:?package=DevExpress.Blazor.Reporting.JSBasedControls&version=26.1.5-pre-26227&prerelease
#tool nuget:?package=DevExpress.Blazor.Reporting.JSBasedControls&version=26.1.5-pre-26227&prerelease
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
Install the following DevExpress packages:
dotnet add package DevExpress.Blazor.Reporting.JSBasedControls dotnet add package DevExpress.AspNetCore.ReportingAdd a
DxDocumentViewercomponent 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
Install the following DevExpress packages:
dotnet add package DevExpress.Blazor.Reporting.JSBasedControls dotnet add package DevExpress.AspNetCore.ReportingAdd a
DxReportDesignercomponent 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
Install the following DevExpress packages:
dotnet add package DevExpress.Blazor.Reporting.JSBasedControls dotnet add package DevExpress.AspNetCore.ReportingAdd a
DxReportParametersPanelcomponent 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:
- 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.
Related Components/Packages
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
- Blazor Reporting Overview
- JavaScript-Based Document Viewer
- JavaScript-Based Report Designer
- JavaScript-Based Standalone Report Parameters Panel
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.Blazor.Reporting.JSBasedControls.Common (= 26.1.5-pre-26227)
- DevExpress.Data (= 26.1.5-pre-26227)
- DevExpress.DataAccess (= 26.1.5-pre-26227)
- DevExpress.Printing.Core (= 26.1.5-pre-26227)
- DevExpress.Reporting.Core (= 26.1.5-pre-26227)
- DevExpress.Web.Reporting.Common (= 26.1.5-pre-26227)
- DevExpress.Web.Reporting.Common.Services (= 26.1.5-pre-26227)
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 |