There are a few system properties you can set for i-net Designer.
-Dclearreports.config | Location of the configuration to use.java -Dclearreports.config=USER/myconfig -jar Designer.jar |
---|---|
-Dclearreports.configfile | Location of a crystalclear.properties file that will be imported into temporary configuration.java -Dclearreports.configfile=crystalclear.properties -jar Designer.jar |
-DCC:xxxx=yyyy | Command line arguments to set property values of the Report Server.java -DCC:log.engine=true -jar Designer.jar |
-Ddebug | Enable/Disable the debug options.java -Ddebug=true -jar Designer.jar |
-Ddebug.maxPages | Specifies the maximum number of report pages. The default value in i-net Designer is 100.java -Ddebug.maxpages=300 -jar Designer.jar |
-Duser.country | Specifies the country of the used locale.java -Duser.country=us -jar Designer.jar |
-Duser.language | Specifies the language of the used locale.java -Duser.language=en -jar Designer.jar |
–open | To open one or more files at the start of i-net Designer you can use the –open command line parameter. The call should then look like this:java -jar Designer.jar --open <report1> --open <report2> ... |