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

DashboardViewer.ReloadData(IEnumerable<IParameter>) Method

OBSOLETE

This method overload is now obsolete. To reload data in the data sources and specify current parameter values, use other method overloads and the DashboardViewer.Parameters property, respectively.

Reloads data in the data sources.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

[Obsolete("This method overload is now obsolete. To reload data in the data sources and specify current parameter values, use other method overloads and the DashboardViewer.Parameters property, respectively.")]
public void ReloadData(
    IEnumerable<IParameter> parameters
)

Parameters

Name Type Description
parameters IEnumerable<IParameter>

A list of dashboard parameters.

See Also