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

DataSourceInMemoryStorage.RegisterDataSource(String, XDocument) Method

Registers the specified data source in the current DataSourceInMemoryStorage.

Namespace: DevExpress.DashboardWeb

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

Declaration

public void RegisterDataSource(
    string dataSourceId,
    XDocument document
)

Parameters

Name Type Description
dataSourceId String

A String that is the data source identifier.

document XDocument

A XDocument object that specifies the XML document containing a data source definition.

See Also