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

DashboardParameter Constructors

A dashboard parameter.
Name Parameters Description
DashboardParameter() none Initializes a new instance of the DashboardParameter class with default settings.
DashboardParameter(String, Type, Object, String, Boolean, ParameterLookUpSettings) name, type, value, description, visible, lookupsettings Initializes a new instance of the DashboardParameter class.
DashboardParameter(String, Type, Object) name, type, value Initializes a new instance of the DashboardParameter class.
See Also