DashboardViewer.ReloadData(IEnumerable<IParameter>) Method
In This Article
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 Dashboard
Reloads data in the data sources.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#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