Skip to main content

DashboardControl.ReloadDataSource Method

Name Parameters Description
ReloadDataSource(IDashboardDataSource, CancellationToken) dataSource, token Reloads data from the specified data source. Accepts data source object as the parameter. You can propagate a notification to cancel it.
ReloadDataSource(IDashboardDataSource) dataSource Reloads data from the specified data source instance.
ReloadDataSource(String, CancellationToken) dataSourceComponentName, token Reloads data from the specified data source. Accepts data source component name as the parameter. You can propagate a notification to cancel it.
ReloadDataSource(String) dataSourceComponentName Reloads data from the specified data source. Accepts data source component name as the parameter.