Skip to main content
A newer version of this page is available. .

DashboardTypeStorage.SaveDashboard(String, XDocument) Method

Saves the specified dashboard to the current DashboardTypeStorage.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v20.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public void SaveDashboard(
    string dashboardID,
    XDocument dashboard
)

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.

See Also