[This is preliminary documentation and is subject to change.]

The OccurrenceReportFormItem type exposes the following members.

Constructors

  NameDescription
Public methodOccurrenceReportFormItem
Initializes a new instance of the OccurrenceReportFormItem class

Fields

  NameDescription
Public fieldCaption
The caption to apply to the item
Public fieldChildItems
An array of child items of this item
Public fieldControlType
The type of control which should be used for the control item
Public fieldDefaultValue
The default value to apply to the item
Public fieldElementID
The identifier for the item which will correspond to the data field element identifier if the item is not a group item
Public fieldFixedListItems
A semi-colon demilited list of fixed list items if this item is of type fixed list
Public fieldParentElementID
The identifier of the item's parent layout item
Public fieldPrefix
Field prefix value
Public fieldReferenceListID
The ID of the reference list associated with this item if it is of type list-reference
Public fieldReferenceListName
The name of the reference list associated with this item if it is of type list-reference
Public fieldSuffix
Field Suffix value
Public fieldTooltip
The tooltip of the item which can be used to show further info to the user about the purpose of the item
Public fieldValidators
An array or validation rules associated with this item

See Also