IDataSourceStorage.GetDataSource(String) Method
Loads the data source’s XML definition from the current IDataSourceStorage.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
Parameters
Name | Type | Description |
---|---|---|
dataSourceID | String | A String value that is the data source’s identifier. |
Returns
Type | Description |
---|---|
XDocument | A XDocument object that is the XML definition of the loaded data source. |
See Also