IObjectDataSourceCustomFillService.GetData(DashboardObjectDataSource, ObjectDataSourceFillParameters) Method
When implemented by a class, returns data for the DashboardObjectDataSource.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
object GetData(
DashboardObjectDataSource dataSource,
ObjectDataSourceFillParameters fillParameters
)
Parameters
Name | Type | Description |
---|---|---|
dataSource | DashboardObjectDataSource | A DashboardObjectDataSource object that is the object data source. |
fillParameters | ObjectDataSourceFillParameters | An ObjectDataSourceFillParameters object containing parameters used to fill the object data source. |
Returns
Type | Description |
---|---|
Object | An object that contains data from the object data source. |
See Also