DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly
26.1.5-pre-26227
Prefix Reserved
dotnet add package DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly --version 26.1.5-pre-26227
NuGet\Install-Package DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly -Version 26.1.5-pre-26227
<PackageReference Include="DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly" Version="26.1.5-pre-26227" />
<PackageVersion Include="DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly" Version="26.1.5-pre-26227" />
<PackageReference Include="DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly" />
paket add DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly --version 26.1.5-pre-26227
#r "nuget: DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly, 26.1.5-pre-26227"
#:package DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly@26.1.5-pre-26227
#addin nuget:?package=DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly&version=26.1.5-pre-26227&prerelease
#tool nuget:?package=DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly&version=26.1.5-pre-26227&prerelease
DevExpress JavaScript-Based Reporting Components (Blazor WebAssembly Apps with ASP.NET Core Backend)
This package includes DevExpress JavaScript-Based Components for Blazor Reporting. These components are built on top of DevExtreme JavaScript widgets, require an ASP.NET Core backend with MVC controllers, and communicate with the server via Fetch API.
Install this package in the client project and pair it with DevExpress.AspNetCore.Reporting in the main project to handle report generation on the backend.
Included Components
- Document Viewer (
DxWasmDocumentViewer): 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 (
DxWasmReportDesigner): 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 (
DxWasmReportParametersPanel): 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 WebAssembly Hosted App
Install the following package in the Client project:
dotnet add package DevExpress.Blazor.Reporting.JSBasedControls.WebAssemblyInstall the following package in the main project:
dotnet add package DevExpress.AspNetCore.ReportingAdd a
DxWasmDocumentViewercomponent to a Razor page in the client project:@page "/viewer" <DxWasmDocumentViewer ReportName="TestReport" Height="700px" Width="100%"> <DxDocumentViewerExportSettings UseSameTab="false"> </DxDocumentViewerExportSettings> <DxWasmDocumentViewerRequestOptions InvokeAction="DXXRDV"> </DxWasmDocumentViewerRequestOptions> </DxWasmDocumentViewer>
Example 2: Add an End-User Report Designer to a Blazor WebAssembly Hosted App
Install the following package in the Client project:
dotnet add package DevExpress.Blazor.Reporting.JSBasedControls.WebAssemblyInstall the following package in the main project:
dotnet add package DevExpress.AspNetCore.ReportingAdd a
DxWasmReportDesignercomponent to a Razor page in the client project:@page "/designer" @using DevExpress.Blazor.Reporting @rendermode InteractiveWebAssembly <DxWasmReportDesigner ReportName="TestReport" Height="700px" Width="100%" DevelopmentMode=true> <DxWasmReportDesignerRequestOptions GetDesignerModelAction="DXXRD/GetReportDesignerModel"> </DxWasmReportDesignerRequestOptions> </DxWasmReportDesigner>
Example 3: Add a Standalone Report Parameters Panel to a Blazor WebAssembly Hosted App
Install the following package in the Client project:
dotnet add package DevExpress.Blazor.Reporting.JSBasedControls.WebAssemblyInstall the following package in the main project:
dotnet add package DevExpress.AspNetCore.ReportingAdd a
DxWasmReportParametersPanelcomponent to a Razor page in the client project:@page "/panel" @rendermode InteractiveWebAssembly @using DevExpress.Blazor.Reporting <DxWasmReportParametersPanel ReportName="TestReport" Height="1000px" Width="650px"> <DxWasmReportParametersPanelRequestOptions InvokeAction="DXXRDV"> </DxWasmReportParametersPanelRequestOptions> </DxWasmReportParametersPanel>
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 — JavaScript-based DevExpress Reporting Components for Blazor applications (DxDocumentViewer, DxReportDesigner, and DxReportParametersPanel). These components support Interactive Server and Interactive WebAssembly render modes and can be used in Blazor WebAssembly Standalone apps.
dotnet add package DevExpress.Blazor.Reporting.JSBasedControls
DevExpress.Blazor.Reporting.Viewer — DevExpress Report Viewer (DxReportViewer). This is a native Blazor component.
dotnet add package DevExpress.Blazor.Reporting.Viewer
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. Install this package alongside DevExpress.AspNetCore.Reporting in the server project.
dotnet add package DevExpress.AIIntegration.AspNetCore.Reporting
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)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on DevExpress.Blazor.Reporting.JSBasedControls.WebAssembly:
| 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 | 81 | 8/18/2026 |
| 26.1.4 | 414 | 8/7/2026 |
| 26.1.4-pre-26200 | 122 | 7/23/2026 |
| 26.1.4-pre-26190 | 113 | 7/14/2026 |
| 26.1.4-pre-26179 | 132 | 7/2/2026 |
| 26.1.3 | 2,636 | 6/18/2026 |
| 25.2.9 | 107 | 8/3/2026 |
| 25.2.8 | 1,223 | 6/10/2026 |
| 25.2.7 | 1,278 | 5/6/2026 |
| 25.2.6 | 1,330 | 4/7/2026 |
| 25.2.5 | 2,063 | 3/2/2026 |
| 25.2.4 | 513 | 2/3/2026 |
| 25.2.3 | 832 | 12/18/2025 |
| 25.1.13 | 108 | 7/31/2026 |
| 25.1.12 | 117 | 6/10/2026 |
| 25.1.11 | 105 | 5/5/2026 |
| 25.1.10 | 119 | 4/6/2026 |
| 25.1.9 | 130 | 3/2/2026 |
| 25.1.8 | 400 | 1/16/2026 |