When a Parameter has an associated Parameter Dropdown Object, this is the data type of the Display Value Field. The Display Value Field is displayed in reports and formulas. For more information, see the
Parameters article.
Syntax
public System.string DisplayDataTypeStr {get; set;}
Property Value
One of the acceptable members of the
Constants.DataType Class for a Parameter. Namely,
string,
date,
integer,
decimal or
boolean. If no value or an invalid value is passed, the system defaults to
string.