One additional object is accessible through JavaScript or substitution when running on the Server. It provides a few utility functions related to user access, for example so you can include the name of the user who generated a report as part of the report itself.
The object is called Server
and provides the following
functions:
The Server object can be used in any server-side JavaScript codes but will be undefined if used in the standalone Designer. Substitutions can use the Server object by invoking JavaScript through an "=" prefix. For example
${=Server.getUserName()}
will insert the current user name into the output.