Create a Dashboard
The DashboardDesigner WinForms control allows you to embed the user interface required for end-users to create dashboards. To learn more, see the Ribbon, Bars and Menu sections.
When you run an application containing the DashboardDesigner control, it already contains an empty dashboard that is accessible via the DashboardDesigner.Dashboard property. If necessary, an end-user can create a new dashboard by clicking the New button in the ribbon Home tab.
After an end-user clicks the New button, the DashboardDesigner raises the DashboardDesigner.DashboardCreating event. You can handle this event to manually initialize a new dashboard and skip the Data Source wizard.
#API Members
API | Description |
---|---|
Dashboard |
Gets or sets the currently opened dashboard. |
Dashboard |
Loads a dashboard from a file or stream. |
Dashboard |
Allows you to customize a dashboard when it is being created. |
Dashboard |
Allows you to implement custom logic for dashboard opening. |
Dashboard |
Occurs after the current dashboard opened in the Dashboard |
Dashboard |
Allows you to implement custom logic for dashboard saving. |
Dashboard |
Allows you to obtain the path to the dashboard XML definition before and after the save operation. |
Dashboard |
Occurs after the dashboard is loaded to the Dashboard |