Skip to main content
A newer version of this page is available. .

DashboardControl.ReloadDataSource(String) Method

Reloads data from the specified data source. Accepts data source component name as the parameter.

Namespace: DevExpress.DashboardWpf

Assembly: DevExpress.Dashboard.v20.2.Wpf.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public void ReloadDataSource(
    string dataSourceComponentName
)

Parameters

Name Type Description
dataSourceComponentName String

A String value that specifies the data source component name.

Remarks

The following code snippet reloads the Extract data source:

dashboardControl.ReloadDataSource("dashboardExtractDataSource");
See Also