[]
Specifies a data type for the parameter.
public enum ReportParameterDataType
| Name | Description |
|---|---|
| Boolean | The data type is Boolean. |
| DateTime | The data type is date/time. |
| Float | The data type is float. |
| Integer | The data type is integer. |
| String | The data type is string. |