DynamicListLookUpSettings Properties
Provides settings for the storage that contains the list of predefined parameter values.| 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. |
See Also