DashboardInMemoryStorage.RegisterDashboard(String, XDocument) Method
Adds a new dashboard to the current DashboardInMemoryStorage.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v25.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dashboardID | String | A String that specifies the dashboard identifier. |
| dashboard | XDocument | A XDocument object that specifies the dashboard XML definition. |
See Also