Description
A collection holding the variables used in a report.
-
Property type
-
A McVariables object.
-
Syntax
-
object.Variables
The Variables Property syntax has these parts: |
| object | An expression evaluating to an object of type McReport. | Remarks
The collection can be expanded by adding new variables when receiving the McReport.Initialize event. The values of these new variables can then be set in the event McReport.PrintVariables.
|