Skip to main content
All docs
V25.1
  • IDashboardControl.ReloadDataSource(String) Method

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

    Namespace: DevExpress.DashboardWin

    Assembly: DevExpress.Dashboard.v25.1.Win.dll

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    void ReloadDataSource(
        string dataSourceComponentName
    )

    Parameters

    Name Type Description
    dataSourceComponentName String

    A String value that specifies the data source name.

    Remarks

    The following code snippet reloads the Extract data source:

    dashboardControl.ReloadDataSource("dashboardExtractDataSource");
    
    See Also