ViewOverrides.defaultViewParameterValues Property

Gets or sets the array of view parameter values to override any existing view parameters with.
 

Property Value

Type: Array
    Element Type: Object
An array of objects to set the value on. The structure:
     viewParameterId     [type: String]                          - (optional) The ID of the view parameter to set the value on. Either this or the name (script name) must be specified.
     viewParameterName   [type: String]                          - (optional) The script name of the view parameter to set the value on. Either this or the ID must be specified.
     queryStringValue    [type: String]                          - (optional) If this is specified, parameterValue can be left null. The string must conform for the view parameter's expected type.
     parameterValue      [type: dundas.data.ParameterValue]      - The default value. This does not have to be specified if queryStringValue is specified instead.