Description
Get or set the value of the field Name.
-
Property type
-
A Variant value.
-
Syntax
-
object.Item(Name) [= value]
The Item Property syntax has these parts: |
| object | An expression evaluating to an object of type McFields. | | Name | Required. A String value. | | value | A Variant value. | Remarks
Item can also be used to get the current value of predefined fields when they are used in the report.
|