How to use reporting controls in ASP.NET Core applications

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:

  1. Install the DevExpress.AspNetCore.Reporting NuGet package.

  2. Install devexpress-reporting npm package.

  3. Register reporting services in the Startup class.

  4. Reference client resources in the View file.

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