Enum PropertyType
Identifies the data type of a property value tracked in an undo/redo operation, used to convert the stored value back to the correct type when applied.
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public enum PropertyType
Fields
| Name | Description |
|---|---|
| Binary | |
| Boolean | |
| Date | |
| Integer | |
| Number | |
| String | |
| StringArray | |
| Variant |