Back to Devexpress

Create, View and Modify Dashboards in a WinForms Application

expressappframework-117450-analytics-dashboards-create-view-and-modify-dashboards-in-a-winforms-application.md

latest1.7 KB
Original Source

Create, View and Modify Dashboards in a WinForms Application

  • Dec 18, 2025
  • 2 minutes to read

This topic describes how to create and view a dashboard at runtime in a WinForms application when the Dashboards Module is added.

  • In the Navigation, open the Reports group, choose the Dashboards item and click New.

  • In the invoked Data Source Wizard, select XAF Object Data Source and click Next.

  • Then, choose the business object type to be used as the dashboard data source and click Finish.

  • In the invoked Dashboard Designer, setup the dashboard according to the Creating Dashboards in the WinForms Designer guidelines.

  • After a dashboard is saved in the designer, it is added to the Dashboards List View. You can double-click a dashboard to view it.

  • To modify an existing dashboard, select it and click the ShowDashboardDesigner Action in the toolbar or ribbon bar.

See Also

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