Additional Report Parameters

This table defines additional parameters that are used to fill in the report template. These parameter names must match the names of report parameters used in the reporting engine.

The value of each parameter is calculated by an expression entered in the Value field.

Field Description

Field Name

Parameter. Name of the parameter.

parameter

Value. Expression used to calculate parameter value.

value

Additional report parameters may be accessed through the parameters variable.

Resolution Environment

Resolution Environment used to calculate values of additional report parameters:

Default Context

Context of report being launched.

Default Data Table

Report parameters table (if report is parameterized). It means that references in the Value expression may refer to fields defined by the parameters format of the parameterizer source data.

Default Row

0

Environment Variables

Standard variables only.

Built-in Additional Parameters

Parameter map of every report includes several parameters allowing to access server-side data structures. Those parameters help solving complicated tasks, such as sub-report development etc.

Parameter Name

Parameter Type

Parameter Description

contextManager

ContextManager

Server context manager. See Working with Contexts article in Development and Integration section for details. See for details.

reportContext

String

Path of report context.

defaultContext

String

Path of report's default context.

callerController

CallerController

Caller controller object encapsulating permissions of a user who has launched the report. See Dealing with Access Permissions article in Development and Integration section for details.

Was this page helpful?