Report Repository: It is possible to host a report repository on a running i-net Crystal-Clear Plus server.
Remote Data Source Manager: There is now a new remote module for configuring and managing a server's data sources.
PDF export:
It is now possible to export EUDC characters in PDF files.
Interface CertificateInfoFactory added. With your own CertificateInfoFactory it is possible to use multiple certificates for signing PDF files instead of the one stored in configuration.
Implementation of the ToWords function for Spanish and Russian language added.
New methods RDC.loadEngineFromDir and RDC.saveEngineToDir added to API. With these methods it is possible to save/load a report as directory instead of a zipped rpt file.
Package “com.inet.report.translation” added to the API. With the translation API it is possible to create one report for different languages. Whole paragraphs can be translated and it is possible to translate a single report, multiple reports and all reports.
Text Interpretation HTML (advanced) now fully supports row and column backgrounds (color and images) in tables.
Formula:
Formula now supports regular expressions via the matches function.
New formula function: hasValue.
Formula: date +/- number now accepts a fractional number of days as well.
Crosstab now supports grouping by date and time.
Text Interpretation HTML (advanced): The Advanced-HTML Renderer (JWebEninge) now supports absolute and relative positioning of HTML elements.
The database connection that was set was not used after RDC.saveEngine was called to save the report before execution.
The report url parameter 'stopAfterPage' is now allowed by default.
Property “codepage” added for text export.
Language Resources per report or per several reports. Translations can be done using API or translations dialog in i-net Designer.
Trailing white spaces in datatype columns with type char are truncated.
The text alignment “standard” (usually right for number, left for all other value types) is now stored as a separate alignment type instead of the setting being replaced with the “real” alignment right after storing it.
Charts: The properties 'draw connected lines' and 'draw out of range' supported for continuous line charts.
Repository: It is now possible to change the permissions of reports for the selected folder in the remote repository browser.
Command line parameters “-importDatasource <scope> <file>” and “-forceImportDatasource <scope> <file>” added. With these command line parameters it is possible to import a datasource configuration file (which you can create using the Data Source Manager or API) into a specific scope.
Excel export: Property “CellDistribution” added. It determines how to distribute text to Excel cells if the text does not fit a simple cell.
The ReportServlet now accepts the X-Forwarded-* header values send by proxys. With these header values it is possible to determine the correct client links in, e.g. the servers startpage.
Fields with HTML (set to be interpreted with “HTML(advanced)” now have clickable links in all formats supporting links, such as the Java viewer, HTML, PDF, and RTF.