DashboardViewer.ReloadDataSourceAsync(IDashboardDataSource) Method
In This Article
Reloads data from the specified data source. Accepts data source object as the parameter. The operation is asynchronous.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public Task ReloadDataSourceAsync(
IDashboardDataSource dataSource
)
#Parameters
Name | Type | Description |
---|---|---|
data |
IDashboard |
An IDashboard |
#Returns
Type | Description |
---|---|
Task | The task object that is the asynchronous operation. |
#Implements
See Also