The Java VM version 8 is embedded with i-net Designer and Report Server on Windows and Mac. It will be installed and used if no Java VM version 8 was found on the machine. During setup of the report server using the Custom installation type it is possible to install the i-net Clear Reports .NET API. This allows to embed i-net Clear Reports into an .NET application.
CHAR
and NCHAR
values are also truncated for dynamic prompt values.IllegalStateException: Insufficient max threads in ThreadPool
.checkProperties
. This makes it easier to work with your own address space.OutOfMemoryError
, the maximum number of errors in EngineState
was limited to 10.BeforeReading
that are included in the record selection filter can be executed on the database even if they contain local variables.quotesToLowerCase
(Quote Database Identifier) property is set in datasource configuration, database identifiers are always quoted.Datasource.getConnection()
has a call counter now. You need to call close()
as many times as you call getConnection()
. Otherwise you will have a connection leak. We recommend using the try-with-resources feature introduced in Java 7: try( Connection conn = ds.getConnection() ) { // some stuff }
com.inet.report.EngineBundle
com.inet.report.database.fetch.DataCollector
com.inet.report.database.fetch.FetchTables
com.inet.report.formula.UserDefinedFunction
SwingViewerContext.SwingViewerContext(Component)
sproc
: You can use any of the prompt parameters in the report URL to set the parameter field value for a stored procedure instead.queryfile
: If you have report files with query files then you need to migrate them so that they use a datasource.Ctrl+Alt+P
(for Previous) and Ctrl+Alt+N
(for Next).To increase and simplify the configuration of i-net Clear Reports, the configuration manager has been redesigned and reimplemented. The assignment of properties to groups was improved. Also a “simple” and “advanced” view was introduced.