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

IEditableDashboardStorage.AddDashboard(XDocument, String) Method

Adds a new dashboard to the current IEditableDashboardStorage.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v19.1.Web.dll

Declaration

string AddDashboard(
    XDocument dashboard,
    string dashboardName
)

Parameters

Name Type Description
dashboard XDocument

A XDocument object that is the XML definition of the dashboard to be added.

dashboardName String

A String value that specifies the dashboard name.

Returns

Type Description
String

A String that is the identifier of the newly added dashboard.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AddDashboard(XDocument, String) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also