DynamicListLookUpSettings Members
Provides the look-up editor settings for dashboard parameters that are bound to a data source.Constructors
Name | Description |
---|---|
DynamicListLookUpSettings() | Initializes a new instance of DynamicListLookUpSettings class with default settings. |
Properties
Name | Description |
---|---|
DataMember | Gets or sets a specific data member in a dashboard data source for a dashboard parameter. |
DataSource | Gets or sets the data source for the dashboard parameter. |
DataSourceName | For internal use. |
DisplayMember | Gets or sets the data member for the dashboard parameter’s display value. |
SortByMember | Gets or sets the data member whose values are used to apply sorting to displayed dashboard parameter values. |
SortOrder | Gets or sets the sort order of dashboard parameter values. |
ValueMember | Gets or sets the data member for the dashboard parameter’s value. |
Methods
Name | Description |
---|---|
Clone() | Creates a copy of the current ParameterLookUpSettings instance. Inherited from ParameterLookUpSettings. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also