ValidValuesSource Enumeration | 
 
            Enumeration used for defining the source of valid values for a given setting.
            
 
    Namespace: 
   Dundas.BI.Data.Parameters
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic enum ValidValuesSource
Public Enumeration ValidValuesSource
public enum class ValidValuesSource
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            The source for the supported valid values is not set.
             | 
 | ManualList | 1 | 
            The valid values are provided in a user-defined list.
             | 
 | Hierarchy | 2 | 
            The valid values are populated using a specific hierarchy members.
             | 
 | Inherited | 3 | 
            The valid values are inherited from a setting descriptor the current instance is based on.
             | 
See Also