Enum BOConverterFlags
Obsolete. Specifies a set of flags used to convert business objects into datasources.
Namespace: FastReport.Data
Assembly: FastReport.OpenSource.dll
Syntax
[Flags]
public enum BOConverterFlags
Fields
Name | Description |
---|---|
AllowFields | Allows using the fields of a business object. |
BrowsableOnly | Allows using properties of a business object with BrowsableAttribute only. |
None | Specifies no actions. |