Create, View and Modify Dashboards in a WinForms Application
- 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.
Note
If you cannot locate the Reports | Dashboards navigation item, ensure that the Dashboards Module is added in the Application Designer and the Dashboards
Module. property is set to true.Generate Navigation Item 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.
Tip
In the types list, you can see the types that have the Default
Class or VisibleOptions Attribute In applied, or have the IModelDashboards Attribute Class property set to true.Dashboards Visibility. Is Visible In Dashboards In the invoked Dashboard Designer, setup the dashboard according to the Creating Dashboards in the WinForms Designer guidelines.
Important
To display localized values of an enumeration property in a dashboard, add a calculated field to the data source class. Set this field’s IModel
Member. to GetExpression Enum . In the dashboard designer, bind items to this calculated field instead of the enumeration property.Caption([Enum Property]) 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.
Tip
In a Win
Forms application, you can access dashboards added in an ASP. NET Web Forms application, and visa versa. To modify an existing dashboard, select it and click the ShowDashboardDesigner Action in the toolbar or ribbon bar.
This Action is also available in the context menu.