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

DynamicListLookUpSettings Members

Provides the look-up editor settings for report parameters that are bound to a datasource.

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 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.

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