Enum LlDictionaryType
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Specifies the types of dictionary entries in the List Label project structure.
public enum LlDictionaryType
Fields
Identifier = 2Represents identifier entries, such as variables and fields.
Relation = 4Represents relation entries that define relationships between tables.
SortOrder = 5Represents sort order entries.
Static = 1Represents static text entries.
Table = 3Represents table entries.