i-net Designer is a tool for creating custom reports based on your enterprise data. These reports can then be run using the report engine i-net Clear Reports. Just like i-net Clear Reports, i-net Designer is completely written in the Java language, enabling you to design your reports on any platform - not only Windows!
i-net Designer is a part of i-net Clear Reports or i-net Clear Reports Plus.
This page will give you a brief introduction where to start with i-net Designer and which steps are necessary to create reports.
If you are new to i-net Designer we suggest to step through the material in a sequential fashion. The first two steps are important especially if you've just installed i-net Clear Reports or i-net Designer for the first time.
If you want to skip reading the help pages and rather learn to use i-net Designer by trial & error we suggest that you at least start with the following basic steps to create your first report:
Now to see the report you have just created, click on the "Result" tab of the report window to see the result in the report viewer.
Congratulations! You should now see the created report in the Java report viewer:
First, add the jar file of the driver to the class path. There are 3 possibilities to do this:
lib
directory that is located in the directory of the i-net Designer, e.g.: C:/Program Files/i-net Designer/lib
and then start the report designer.javaw -classpath .;mysql-connnector.jar -jar inetcore.jar designer
This means i-net Clear Reports can not find the configuration it is supposed to use (which includes the license key as well as a variety of important server settings).
In order to see which configurations you have on your system, simply start the StandaloneConfigurationManager (StandaloneConfiguration.exe on Windows, StandaloneConfiguration.sh on Linux). From within the manager you can edit, add, delete, and rename configurations.
By default, i-net Clear Reports looks for a configuration called "Default", first in the User scope, then in the System scope. If you wish to customize this, you can also provide the system property "clearreports.config", using the syntax "<SCOPE>/<configName>", e.g. using the command line argument "-Dclearreports.config=USER/myconfig". If none of these configurations can be found, you will receive the above error.
Most likely you either do not have a configuration set (see the previous point), or the configuration which is being used is a different one from the one where you set the license key.
To see which configuration is actually being used, the easiest way is to check the log of i-net Clear Reports (either in the Java console, or in the log file you specified). Otherwise, see chapter "I am getting the error "Configuration was not found”, what am I doing wrong?" for further information on how to start the Configuration Manager and to see which configuration is loaded by default.
It is not only possible to make automatic or programmatic changes to i-net Clear Reports configuration, but the configuration changes can be done "on-the-fly" and the changes will be applied even to running i-net Clear Reports servers!
To do so, use the API of com.inet.report.config.ConfigurationManager
and com.inet.report.config.Configuration
, both located in the inetcore.jar. See the API documentation to these classes for detailed information. To get started, here is a simple code sample for retrieving a configuration and changing its properties:
ConfigurationManager manager = ConfigurationManager.getInstance(); Configuration c = manager.get(Configuration.SCOPE_USER,"myconfig"); c.put("propertyXY","myvalue");
See chapter "Further Resources" - for an answer to this question.
The Step-By-Step Tutorials are designed to support you to achieve the chosen target. The current window of the tutorial contains detailed information for the next step. As long as possible, you are advised to the next component by an optical flashing. If a step was not achieved, it is restarted and a small message shown. If you depart from the given usage, the tutorials is not able to follow you. The whole tutorial can be restarted by pressing the "Restart"-Button.
At most places within i-net Designer, pressing F1 will bringdataba up the online help document. You can get it also with the menu item "Help". The online help is searchable, has an index and a table of contents. This should explain the answers to many of the questions you might have.
Additionally, there is an extensive FAQ on our web site, located at: https://faq.inetsoftware.de/
Also, there are various guides located on our web site which are similar to this one, on different topics such as the Database Wizard or "Grouping and Sorting".
If you should still have questions or problems not answered or solved in these resources, you can send an email to the i-net Designer support team at designer@inetsoftware.de.