DataSourceInMemoryStorage.RegisterDataSource(XDocument) Method
Registers the specified data source in the current DataSourceInMemoryStorage.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
document | XDocument | A XDocument object that specifies the XML document containing a data source definition. |
See Also