Back to Devexpress

Create, View, and Modify Dashboards in an ASP.NET Core Blazor Application

expressappframework-403400-analytics-dashboards-create-view-and-modify-dashboards-in-a-blazor-application.md

latest1.8 KB
Original Source

Create, View, and Modify Dashboards in an ASP.NET Core Blazor Application

  • Apr 02, 2026
  • 2 minutes to read

This topic describes how end users can create and view a dashboard at runtime in an ASP.NET Core Blazor application with the Dashboards Module.

  1. In the Navigation menu, expand the Reports group, choose the Dashboards item, and click New.

  2. In the displayed DxDashboard control, open the dashboard menu, specify the dashboard name in the Title menu item, and choose a business object type to be used as a data source. The Data Sources list contains the types decorated with the DefaultClassOptions or VisibleInDashboards attribute.

  3. Configure the newly created dashboard as described in the following help topic: Creating Dashboards on the Web.

  4. Save the dashboard. You can find it in the Dashboards List View. Click your dashboard to view it.

  5. To modify an existing dashboard, open it and click the Working Mode Action:

Note

In ASP.NET Core Blazor applications, you can edit dashboards in desktop browsers only.

See Also

Create, View and Modify Dashboards in a WinForms Application