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.int DisplayDataType {get; set;}
Property Value
One of the integer values of the acceptable members of the
Constants.DataType Class for a Parameter. Namely,
0,
1,
2,
6 or
13. If no value or an invalid value is passed, the system defaults to
0.