Skip to main content

DashboardParameterState Constructors

A state of dashboard parameters that includes currently selected parameter values.
Name Parameters Description
DashboardParameterState() none Initializes a new instance of the DashboardParameterState class with default settings.
DashboardParameterState(String, Object, Type) name, value, type Initializes a new instance of the DashboardParameterState class.
See Also