StaticListLookUpSettings Members
Provides access to a report parameter‘s list of static values.Constructors
| Name | Description |
|---|---|
| StaticListLookUpSettings() | Initializes a new instance of the StaticListLookUpSettings class with the default settings. |
Properties
| Name | Description |
|---|---|
| DataAdapter | Overrides the LookUpSettings.DataAdapter property to hide it. |
| DataMember | Overrides the LookUpSettings.DataMember property to hide it. |
| DataSource | Overrides the LookUpSettings.DataSource property to hide it. |
| FilterString | Specifies the filter criteria applied to the LookUpSettings object. Inherited from LookUpSettings. |
| LookUpValues | Stores a report parameter’s list of static values. |
| ObjectType | For internal use. Inherited from ValueSourceSettings. |
| Parameter | For internal use. Inherited from ValueSourceSettings. |
Methods
| Name | Description |
|---|---|
| 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