IDataSourceInfoService.GetDataSource(String) Method
In This Article
Gets a data source with the specified component name.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
IDashboardDataSource GetDataSource(
string dataSourceComponentName
)
#Parameters
Name | Type | Description |
---|---|---|
data |
String | A String value that specifies the component name of the data source. |
#Returns
Type | Description |
---|---|
IDashboard |
An object implementing the IDashboard |
See Also