DataSourceInMemoryStorage.RegisterDataSource(String, XDocument) Method
Registers the specified data source in the current DataSourceInMemoryStorage.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v25.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
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