Please enable JavaScript to view this site.

thankQ Help

On this tab, you can specify a data source, data adapter (if required) and data member storing parameter values. The value member defines a data field that will provide values to the parameter. The display member defines a data field storing values displayed in a Print Preview.

TQ1REP~1_img52

The value type of the specified data member should match the specified Parameter.Type.

You can filter the list of values by specifying the LookUpSettings.FilterString property. Using this property, you can implement cascading parameters.

For a code example, see How to assign a list of dynamic values to a report parameter.