Exago .NET API Documentation
DataType Enumeration
WebReports.Api Namespace : DataType Enumeration
The data type represented by a field or column..
Syntax
public enum DataType : System.Enum 
Members
MemberValueDescription
Boolean11Boolean (true/false) data type.
Currency10Currency
Date1A date. When setting the DataType Property of a Parameter object, use this value for Dates and DateTimes.
DateTime2Date and Time
Decimal5A number with a full and fractional part.
Float6Floating point number
Guid8Globally (universally) unique identifier, aka. UUID
Image9Image
Integer4A number with no fractional part, an integer.
String0A string of characters.
Time3Time
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         WebReports.Api.DataType

See Also

Reference

WebReports.Api Namespace