当前位置:网站首页>ActiveReportsJS 3.1 VS ActiveReportsJS 3.0
ActiveReportsJS 3.1 VS ActiveReportsJS 3.0
2022-07-05 03:35:00 【john_dwh】
What's New in ActiveReportsJS 3.1
May 31 2022
ActiveReports v3.1 brings several enhancements that improve the product experience for developers, report authors, and end-users of your application.
No More UI Freeze When Using Large Datasets
ActiveReportsJS runs and renders reports on the client-side in the browser. There are multiple stages of report rendering – data processing, layout building, and drawing. Data processing could be a heavy task if using a large data set because it involves reading, parsing, and transforming operations. ActiveReportsJS now processes the data in the background thread using Web Workers technology. In practice, this means that the page in the browser does not freeze when a report is bound to a large dataset. It significantly improves the user experience. Here is an example of a report that shows 50,000 records.
PDF/A Support
The PDF Export now allows generating PDF/A-compliant documents. You could set the PDF/A-2b and PDF/A-3b compliance levels by using the Version property of the PDF Settings in the UI or API calls.
Report Layers
The brand new Layers Editor UI allows you to create and manage report layers. This feature could be useful to vary the report output based on the target device – viewer, export, or printed document. Read more information on the Report Layers page.
Chart Overlays and Trendlines
You can now supply a chart with reference lines, reference bands, and trendlines, including regressions lines and moving averages. Read more information on the Overlays page.
Other Chart Improvements
- Chart Axes now support custom labels and the Writing Mode property for labels
- It is now possible to set the size of a chart axis
- Financial charts now support dynamic rules
- The Line plot now allows swapping the X and Y axes using the SwapAxes property
- The Size legend now supports custom ranges
- The data values now allow setting the Caption property to display it in the legend
Other Improvements
- The Text decoration now supports the Double Underline style
- The Tablix data region now allows setting the order of content chunks' appearance when the content grows in both horizontal and vertical directions
- The Fixed Page Layout now allows setting the Page Size and Orientation for each page individually
- The Barcode now supports Aztec 2D and GS1 DataMatrix symbologies
边栏推荐
- Learning notes of raspberry pie 4B - IO communication (I2C)
- 【无标题】
- Redis source code analysis: redis cluster
- About MySQL database connection exceptions
- postman和postman interceptor的安装
- Some enterprise interview questions of unity interview
- Technology sharing swift defense programming
- Nmap使用手册学习记录
- [software reverse analysis tool] disassembly and decompilation tool
- Clickhouse物化视图
猜你喜欢
The architect started to write a HelloWorld
C # use awaiter
Clickhouse物化视图
Redis source code analysis: redis cluster
VM in-depth learning (XXV) -class file overview
SQL injection exercise -- sqli Labs
[C language] address book - dynamic and static implementation
Pat class a 1162 postfix expression
Huawei MPLS experiment
Some enterprise interview questions of unity interview
随机推荐
Kubernetes - identity and authority authentication
error Couldn‘t find a package.json file in “你的路径“
Excuse me, my request is a condition update, but it is blocked in the buffer. In this case, can I only flush the cache every time?
Machine learning experiment report 1 - linear model, decision tree, neural network part
Accuracy problem and solution of BigDecimal
v-if VS v-show 2.0
grandMA2 onPC 3.1.2.5的DMX参数摸索
[untitled]
【软件逆向-分析工具】反汇编和反编译工具
汇编-入门
Flex flexible layout
[web Audit - source code disclosure] obtain source code methods and use tools
Share the newly released web application development framework based on blazor Technology
speed or tempo in classical music
FBO and RBO disappeared in webgpu
KVM virtualization
Daily question 2 12
【软件逆向-基础知识】分析方法、汇编指令体系结构
Web components series (VII) -- life cycle of custom components
Redis source code analysis: redis cluster