Enum PropertyKind
Specifies a kind of property.
Namespace: FastReport.Data
Assembly: FastReport.dll
Syntax
public enum PropertyKind
Fields
| Name | Description |
|---|---|
| Complex | Specifies the complex property such as class with own properties. |
| Enumerable | Specifies the property which is a list of objects (is of IEnumerable type). |
| Simple | Specifies the property of a simple type (such as integer). |