[This is preliminary documentation and is subject to change.]
Defines what control type should be used for the report form layout item
Namespace: QPulseWebServices.Contracts.DataAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48
Syntax
| C# |
|---|
public enum OccurrenceReportFormItemControlType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Group | 0 | The layout item is a group | |
| ExpandableGroupExpanded | 1 | The layout item is an expandable group which is expanded by default | |
| ExpandableGroupCollapsed | 2 | The layout item is an expandable group which is collapsed by default | |
| Label | 3 | The layout item is a read-only label | |
| Spacer | 4 | The layout item is a spacer item | |
| TextEdit | 5 | The layout item should be displayed as an editable single line text control | |
| MemoEdit | 6 | The layout item should be displayed as an editable memo control | |
| SpinEdit | 7 | The layout item should be displayed as an editable spin control | |
| DateEdit | 8 | The layout item should be displayed as an editable date-only control | |
| TimeEdit | 9 | The layout item should be displayed as an editable time-only control | |
| DateTimeEdit | 10 | The layout item should be displayed as an editable date and time control | |
| CheckEdit | 11 | The layout item should be displayed as an editable check control | |
| CheckGroup | 12 | The layout item should be displayed as an editable group of check controls showing fixed list items that can be individually checked and multiple items selected | |
| RadioGroup | 13 | The layout item should be displayed as a radio group of fixed list items | |
| SingleSelectFixedList | 14 | The layout item should be displayed as a single select fixed list | |
| SingleSelectReferenceList | 15 | The layout item should be displayed as a single select list control | |
| MultiSelectReferenceList | 16 | The layout item should be displayed as a multi-select list control | |
| NumericTextEdit | 17 | Numberic data type displayed in text edit |