DashboardTypeStorage.SaveDashboard(String, XDocument) Method
Saves the specified dashboard to the current DashboardTypeStorage.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
dashboardID | String | A String value that specifies the dashboard identifier. |
dashboard | XDocument | A XDocument object that is the XML definition of the dashboard to be saved. |
Implements
See Also