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

DashboardInMemoryStorage.RegisterDashboard(String, XDocument) Method

Adds a new dashboard to the current DashboardInMemoryStorage.

Namespace: DevExpress.DashboardWeb

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

Declaration

public void RegisterDashboard(
    string dashboardID,
    XDocument dashboard
)

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