Parameter Properties
Provides basic functionality for parameters.| Name | Description |
|---|---|
| AllowMultiselect | Gets or sets whether multi-selection is enabled for the dashboard parameter. |
| AllowNull | Gets or sets whether or a not null value can be passed as a dashboard parameter value. |
| Name | Gets of sets the dashboard parameter name. |
| SelectAllValues | Gets or sets whether all parameter values should be selected in the initial state of the dashboard. |
| Type | Gets or sets the dashboard parameter type. |
| Value | Gets or sets the default dashboard parameter value(s). |
See Also