New Features |
---|
1. | A new function, Eval, has been added. |
2. | A new function, Clamp, has been added. |
3. | A new function, Compare, has been added. |
4. | A new 'Get Data' block has been added to the event editor, which can be used to retrieve a value from a data column. |
5. | Example expressions have been added to the editors of various components. |
Enhancements |
---|
1. | A new static option has been added to the report engine: StiOptions.Engine.AllowOpenSubReportWithCompilation. If set to true, the report engine can render sub-reports in compilation mode; otherwise, all sub-reports will be converted to interpretation mode if the calling report is in interpretation mode. |
2. | The export speed when exporting a report to an Excel file has been optimized by 15-20%. |
Fixed Bugs |
---|
1. | An exception occurred when exporting a report to a PDF file if a corrupted font file was used. |
2. | When exporting a report to a PDF file, the issue with disabling shadows for labels in the 'Map' component and the 'Region Map' element has been resolved. |
3. | The SetVariable() method in Blockly ignored the 'Read Only' variable property when the report calculation mode was set to 'Interpretation.' This issue has been fixed. |