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

DataSourceInMemoryStorage.RegisterDataSource(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(
    XDocument document
)

Parameters

Name Type Description
document XDocument

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

See Also