VariableElement

Represents a report/page variable in the report. 

Description

The variable can be defined in the report. There are two types of variable: report variable and page variable. Report variable means the variable is finalized at the end of report. Page variable means the variable is finalized for each page. The variable can be used in onPageStart/onPageEnd scripts.


See Also

name

The name for the variable.


name

The name for the variable.

value

The value for the variable.

type

The type for the variable.

Choices