When implemented by a class, returns data for the DashboardObjectDataSource.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v18.2.Core.dll
object GetData(
DashboardObjectDataSource dataSource,
ObjectDataSourceFillParameters fillParameters
)
Function GetData(
dataSource As DashboardObjectDataSource,
fillParameters As ObjectDataSourceFillParameters
) As Object
Type | Name | Description |
---|---|---|
DashboardObjectDataSource | dataSource | A DashboardObjectDataSource object that is the object data source. |
ObjectDataSourceFillParameters | fillParameters | An ObjectDataSourceFillParameters object containing parameters used to fill the object data source. |
Type | Description |
---|---|
Object | An object that contains data from the object data source. |