Skip to main content
A newer version of this page is available. .

DynamicListLookUpSettings Properties

Provides the look-up editor settings for report parameters that are bound to a datasource.
Name Description
DataAdapter Specifies the data adapter for the report parameter.
DataMember Specifies the data member name for the report parameter.
DataSource Specifies the data source for the report parameter.
DisplayMember Specifies the data member for 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 LookUpSettings.
Parameter Specifies the report parameter, with which the LookUpSettings object is associated. Inherited from LookUpSettings.
SortMember Specifies the data member that is used to sort parameter values in the lookup editor.
SortOrder Specifies the sort order for the parameter values in the lookup editor.
ValueMember Specifies the data member for the report parameter‘s value.
See Also