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.v24.1.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