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

IDashboardStorage.LoadDashboard(String) Method

Loads the dashboard with the specified identifier from the current IDashboardStorage.

Namespace: DevExpress.DashboardWeb

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

Declaration

XDocument LoadDashboard(
    string dashboardID
)

Parameters

Name Type Description
dashboardID String

A String value that specifies the dashboard identifier.

Returns

Type Description
XDocument

A XDocument object that is the XML definition of the loaded dashboard.

See Also