This example demonstrates how to use the Web Document Viewer and Web End-User Report Designer in an ASP.NET Core application.
These are the main steps to integrate these controls into an application:
-
Install the DevExpress.AspNetCore.Reporting NuGet package.
-
Install devexpress-reporting npm package.
-
Register reporting services in the Startup class.
-
Reference client resources in the View file.
-
Use the ReportDesigner and WebDocumentViewer wrappers to display reporting controls on your web pages.
For more information and step-by-step tutorials, refer to the following documentation topic: ASP.NET Core Reporting.