<< Click to Display Table of Contents >>

connection.clientdmtype

Sets the way to process data modules in the viewer.

Values

normal

Proceed with report binding after receiving all data modules from the server

memory

While receiving data modules from the server and storing them in memory, execute report binding in parallel(The default value)

file

While receiving data modules from the server and storing them in a file, execute report binding in parallel

Reference

The previous version supported only one way of processing which it grouped process of getting data module and process of binding in a report as one thread and processed this thread. This way of processing had several defects in performance and response time. To resolve these problems, the process of receiving data module and process of binding the report are separated into two threads and they are concurrently processed. Using this technology, the bound report can be previewed in real-time that results in reduced response time. Also, for the reliable operation in low spec. system, data module can be saved to a file.

In the HTML5/Android/iOS Viewer, this parameter works as memory.