Skip to main content
A newer version of this page is available. .

Blazor Reporting

The DevExpress UI for Blazor is a component suite for the ASP.NET Blazor framework. The Reporting suite ships with UI components that allows you to design, view, and print reports in applications that support the Blazor Server hosting model.

Prerequisites

DevExpress Reporting has the following prerequisites in Blazor applications:

Quick Start

Review the following guide to create a Blazor reporting application with the Document Viewer and End User Report Designer:

Bind to Data

To make the data source available to the Report Designer, add it to the DxReportDesigner.DataSources collection.

If you use custom objects and the object data source, review the following article for more information:

Customization

Use the Blazor API to adjust the components’ settings. Most customizations are done through the DxDocumentViewerCallbacks and DxReportDesignerCallbacks object properties.

View Example: Blazor Reporting - UI Customization API