IDataSourceStorage.GetDataSource(String) Method
In This Article
Loads the data source’s XML definition from the current IDataSourceStorage.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
data |
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