Description
A collection holding the fields used in a report.
-
Property type
-
A McFields object.
-
Syntax
-
object.Fields
The Fields Property syntax has these parts: |
| object | An expression evaluating to an object of type McReport. | Remarks
The collection can be expanded by adding new fields when receiving the McReport.Initialize event. The values of these new fields can then be set each time the event McReport.PrintFields is received.
|