IDataSourceInfoService.GetDataSource(String) Method
Gets a data source with the specified component name.
Namespace: DevExpress.DashboardCommon.DataSourceWizard
Assembly: DevExpress.Dashboard.v25.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