public enum DataType : System.Enum
public enum DataType : System.Enum
Member | Value | Description |
---|---|---|
Boolean | 11 | Boolean (true/false) data type. |
Currency | 10 | Currency |
Date | 1 | A date. When setting the DataType Property of a Parameter object, use this value for Dates and DateTimes. |
DateTime | 2 | Date and Time |
Decimal | 5 | A number with a full and fractional part. |
Float | 6 | Floating point number |
Guid | 8 | Globally (universally) unique identifier, aka. UUID |
Image | 9 | Image |
Integer | 4 | A number with no fractional part, an integer. |
String | 0 | A string of characters. |
Time | 3 | Time |
System.Object
System.ValueType
System.Enum
WebReports.Api.DataType