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 (24.1.0.1001)
Syntax
public enum ValidValuesSource
Members
  Member nameValueDescription
None0 The source for the supported valid values is not set.
ManualList1 The valid values are provided in a user-defined list.
Hierarchy2 The valid values are populated using a specific hierarchy members.
Inherited3 The valid values are inherited from a setting descriptor the current instance is based on.
See Also