[This is preliminary documentation and is subject to change.]
The OccurrenceReportFormItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OccurrenceReportFormItem | Initializes a new instance of the OccurrenceReportFormItem class |
Fields
| Name | Description | |
|---|---|---|
| Caption |
The caption to apply to the item
| |
| ChildItems |
An array of child items of this item
| |
| ControlType |
The type of control which should be used for the control item
| |
| DefaultValue |
The default value to apply to the item
| |
| ElementID |
The identifier for the item which will correspond to the data field element identifier if the
item is not a group item
| |
| FixedListItems |
A semi-colon demilited list of fixed list items if this item is of type fixed list
| |
| ParentElementID |
The identifier of the item's parent layout item
| |
| Prefix |
Field prefix value
| |
| ReferenceListID |
The ID of the reference list associated with this item if it is of type list-reference
| |
| ReferenceListName |
The name of the reference list associated with this item if it is of type list-reference
| |
| Suffix |
Field Suffix value
| |
| Tooltip |
The tooltip of the item which can be used to show further info to the user about the purpose of the item
| |
| Validators |
An array or validation rules associated with this item
|