Skip to main content
All docs
V18.2

ASPxClientDashboardViewer.ReloadData(ASPxClientDashboardParameter[]) 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 ASPxClientDashboardViewer.GetParameters method, respectively.

Reloads data in the data sources.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.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 ASPxClientDashboardViewer.GetParameters method, respectively.")]
public void ReloadData(
    ASPxClientDashboardParameter[] parameters
)

Parameters

Name Type Description
parameters ASPxClientDashboardParameter[]

An array of ASPxClientDashboardParameter objects that specify dashboard parameters on the client side.

See Also