Enum DataTypes
Represents the possible data types.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public enum DataTypes
Fields
Name | Description |
---|---|
Boolean | A Boolean type. |
DateTime | A date and time type. |
Decimal | |
Float | A float type. |
Integer | An integer type. |
String | A string type. |