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 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "defaultParameterValues", EmitDefaultValue = false)]
public IList<ParameterValueData> DefaultParameterValues { get; set; }<DataMemberAttribute(Name := "defaultParameterValues", EmitDefaultValue := false)>
Public Property DefaultParameterValues As IList(Of ParameterValueData)
	Get
	Set
public:
[DataMemberAttribute(Name = L"defaultParameterValues", EmitDefaultValue = false)]
property IList<ParameterValueData^>^ DefaultParameterValues {
	IList<ParameterValueData^>^ get ();
	void set (IList<ParameterValueData^>^ value);
}[<DataMemberAttribute(Name = "defaultParameterValues", EmitDefaultValue = false)>]
member DefaultParameterValues : IList<ParameterValueData> with get, set
Property Value
Type: 
IListParameterValueData
            The default parameter values for the slicer parameters.
            
See Also