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:

PartDescription
objectAn 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.