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