Open this page in the API Guide

AddParallelSlicerMeasureOptions.DefaultParameterValues 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 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "defaultParameterValues", EmitDefaultValue = false)]
public IList<ParameterValueData> DefaultParameterValues { get; set; }

Property Value

Type: IList<ParameterValueData>
The default parameter values for the slicer parameters.
See Also