Enum SimpleType
Represents type options.
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public enum SimpleType
Boolean
Values of type System.Boolean are accepted.
DateTime
Values of type System.DateTime are accepted.
Decimal
Values of type System.Single or System.Double are accepted. Internally the values are converted to System.Decimal.
Float
Values of type System.Single or System.Double are accepted. Internally the values are converted to System.Double.
Integer
Values of type System.Int16, System.Int32, or System.Int64 are accepted. Internally the values are converted to System.Int64.
String
Values of type System.String are accepted.