Global Variables

Applies to

Report

List of global variables of the report, one variable per line. These variables are visible (accessible) to any expression in the report. Each variable must be written in the following format: VariableName=VariableInitialValue.

Example of the list of global variables:

VAR1=0

FLAGCOUNT=0

MARKER=<>

Variable names must consist of alphanumeric characters only and begin with a letter. Each variable name must be unique within a report.

Values of the variables can be changed in On Print events of report objects.

Notes

1. When referencing a global variable in expression, it is needed to add VARIABLES. prefix before the name of the variable. See On Print.

2. Initial values of the variables can be overridden using command line parameters.