DynamicListLookUpSettings Members
Provides settings for the storage that contains the list of predefined parameter values.Constructors
Name | Description |
---|---|
DynamicListLookUpSettings() | Initializes a new instance of the DynamicListLookUpSettings class with the default settings. |
Properties
Name | Description |
---|---|
DataAdapter | Specifies the data adapter for the storage that contains the report parameter’s predefined values. |
DataMember | Specifies the data member name for the storage that contains the report parameter‘s predefined values. |
DataSource | Specifies the data source for the storage that contains the report parameter’s predefined values. |
DisplayMember | Specifies the data member for the storage that contains the report parameter’s display name. |
FilterString | Specifies the filter criteria applied to the LookUpSettings object. Inherited from LookUpSettings. |
ObjectType | For internal use. Inherited from ValueSourceSettings. |
Parameter | For internal use. Inherited from ValueSourceSettings. |
SortMember | Specifies the name of the field that is used to sort parameter values in the lookup editor. |
SortOrder | Specifies the sort order for the parameter values in the lookup editor. |
UseServerSideFiltering | Specifies whether to filter cascading parameters on the database level (server side) or on the application level (client side). |
ValueMember | The name of the field that stores the report parameter‘s values. |
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