Skip to main content

DataSourceInMemoryStorage.RegisterDataSource(String, XDocument) Method

Registers the specified data source in the current DataSourceInMemoryStorage.

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

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