Engine Bean properties

JReport Engine Bean contains the following properties. All the data types of these properties are of Java string. The properties are listed below:

Property Description
UID The JReport Runtime user ID.
key The JReport Runtime key.
reportHome The home path where report.ini and other JReport system files exist.
reportName The name of the report which will be run by the engine.
catName The name of the catalog which contains all the required objects used in the report.
paramValues The string containing the parameter values, separated by a comma (',').
paramFile The name of the parameter value file. This will be ignored if paramValues has been specified.
resultFile The name of the result file.

The following methods are used for assigning values to the above properties:

Where

Notes: