AddParallelSlicerMeasureOptionsDefaultParameterValues Property

Gets or sets the default parameter values to be used for each of the slicer parameters, if specified.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "defaultParameterValues", EmitDefaultValue = false)]
public IList<ParameterValueData> DefaultParameterValues { get; set; }

Property Value

Type: IListParameterValueData
The default parameter values for the slicer parameters.
See Also