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

IDataSourceStorage.GetDataSource(String) Method

Loads the data source with the specified identifier from the current IDataSourceStorage.

Namespace: DevExpress.DashboardWeb

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

Declaration

XDocument GetDataSource(
    string dataSourceID
)

Parameters

Name Type Description
dataSourceID String

A String value that specifies the data source identifier.

Returns

Type Description
XDocument

A XDocument object that is the XML definition of the loaded data source.

See Also