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

Manage Dashboard State

A dashboard state describes the changes resulting from end-user interaction. The dashboard state object is the DashboardState class instance. It may contain:

The DashboardControl provides the following API to manage the dashboard state:

Member Description
GetDashboardState() Gets the current dashboard state.
SetDashboardState(DashboardState) Applies the dashboard state to the loaded dashboard.
SetInitialDashboardState Allows you to specify the initial dashboard state when loading a dashboard.
See Also