IsListType determines whether the value converter maintains a list of possible values. If it returns true, the GetConvertedValuesList method is used to get a list of values to display to the user when the Values button is pressed. If it returns false, the report writer does the usual mechanism to get the values: either using a values method plugin for the field or using a SELECT DISTINCT SQL statement.

Syntax

public bool IsListType()

Parameters

None.

Return value

True if this value converter has a list of values, false if not.

Example

See the IsListType method of the sample code in the Convert help topic.