Enum VariantType
Variant internal type, used to store current type value for a Variant
Namespace: Reportman.Reporting
Assembly: Reportman.Reporting.dll
Syntax
public enum VariantType
Fields
| Name | Description |
|---|---|
| Binary | Internally stores a binary byte[] value |
| Boolean | Internally stores a boolean value |
| Byte | Internally stores a byte value |
| Char | Internally stores a byte Char |
| DateTime | Internally stores a DateTime value |
| Decimal | Internally stores a decimal value |
| Double | Internally stores a double value |
| Integer | Internally stores an integer value |
| Long | Internally stores a long value |
| Null | Null value type |
| String | Internally stores a string value |