HTML report viewer - printing & export feature: A print button was added to the toolbar of the HTML report viewer. Also, it is now possible to configure the export properties in the new export dialog.
Statistics Module: With the new statistics module in the remote interface, you can get a quick insight into statistical data from the report server, e.g. the server state, executed and cached reports, logged in users, server log etc.
Plugins: We have introduced the concept of plugins in order to reduce the number of JAR files, making the installation more compact and simple. For further information please see the Migration and Server Programming Guides. Also, the API contains the new interface ServerPlugin and the new class ServerPluginManager.
Scheduler - Custom Actions & Dynamic Properties: If you are using a custom scheduler action and/or dynamic properties, you will need to write a plugin for this action and/or dynamic property class. For more information please refer to the samples in the i-net Clear Reports installation directory.
Error Notifications: It is now possible to have the server send an email in case of an error. The recipient(s) can be specified in the configuration. The prerequisite is that the email settings are correct specified.
Email settings: New category “Email settings” added to the configuration. They were moved from the category Scheduler.
Support Email Address: It is now possible to display a link with a support email address in the error dialog of HTML and Java report viewer. You can configure it in the configuration manager category “Email settings”. The default value is “clearreports@inetsoftware.de”.
Custom Log Levels: You can now set custom log levels for the individual components of i-net Clear Reports. Configuring these log levels can be done in the configuration manager category “Logging”.
Datasource in configuration properties: The configuration manager no longer allows importing old data source definitions from i-net Crystal-Clear version 6 and older. If you use configuration files with these old data source definition files then you can first convert it with an i-net Clear Reports server, version 7 to 13, and then export it as an XML file which can be imported in version 14.
HTTPS: The standalone server now supports HTTPS connections. In the configuration manager category “Web Server” you can select HTTPS and set the port, certificate and key. For test purposes of HTTPS connections, a self-signed certificate can be generated before purchasing one from a provider.
Formula Debugger: There is now a powerful and versatile formula debugger built into the Designer. It can be found in Formula Editor, under the tab “Debug”. You can set breakpoints and step through a formula step by step to pinpoint errors or logic in complex formulas.
New Debug Data (Core) Files: The creation of debug data (Core) files produces only one file per executed report now. You can then simply rerun this core file in i-net Designer or report server with the snapshot data.
RequestHandler: The com.inet.report.RequestHandler interface was removed. It is replaced by the plugin architecture.
Method names for .NET: In the .NET edition method names now have been changed back to Java's lower-case convention rather than the C#-style capitalized names.
Database Authentication: The login type “Database Authentication” was added. With this login type a database server will be used for authentication.