Stimulsoft Ultimate Reports 2022.2.6

Stimulsoft Ultimate Reports 2022.2.6Publishedon27May2022

大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。

Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺

Stimulsoft Ultimate 2022.2.6

Stimulsoft Ultimate Reports 2022.2.6

Published on 27 May 2022

New Features
1. We added the ability to view data in the viewer for the “Region Map” dashboard element, in cases of manual data entry for this element.DWin
2. We added the ability to define a condition to expand rows and columns in the “Pivot Table” element.DWebDWinDJS
3. We added the ability to define the sort direction for columns and rows of the “Pivot Table” element, using the “Sort Direction” property of the corresponding data fields of the element.DWebDWinDJS
4. We added support for data drill-down for the “Map” component in reports.RNetRWpf
5. We added support for “Code” tab in WPF Report Designer V2.RWpf
6. When exporting a report to data files such as CSV, DBF, XML, JSON, a new static property RemoveHtmlTags was added.RWebRNetRWpf

Enhancements
1. We updated the algorithm to draw labels for values that are outside the range of the value scale in the “Gauge” component.RNetRWpf
2. We updated the algorithm to display the design properties of the “Table” component, in cases where a component style is defined for this component.RNet
3. We updated the style application algorithm for the “Table” report component. Also, the behavior of the “Even Style” and “Odd Style” component properties was redefined.RNetRWpf
4. We added memory optimization of the SaveToJsonString method when the cache of a report is enabled.RWebRNetRWpf

Fixed Bugs
1. We fixed a bug related to the initialization of the values of the dependent variable in the viewer, when specifying the default value in the main variable.RNetRWpf
2. We fixed a bug related to displaying variable keys instead of labels.RWebRJSDWebDJSBIServerBICloud
3. We fixed a bug related to text wrapping in the columns of the “Table” element in dashboards.DWebDJSBIServerBICloud
4. We fixed a problem with the algorithm to render the thumbnail of the “Gauge” component in the Select style menu.RWebRJSDWebDJSBIServerBICloud
5. We fixed a bug related to the save changes dialog when opening another report from the Recet Documents tab.RJSDJS
6. We fixed a problem related to deleting a parameter in the data dictionary, in cases of its redesign.RWebRJSDWebDJSBIServerBICloud
7. We fixed a problem related to displaying the title of the “Online Map” element in dashboards.DWebDJSBIServerBICloud
8. We fixed an issue related to the display of some forms and windows when viewing a report or dashboard on a mobile device.RWebRJSDWebDJSBIServerBICloud
9. We fixed a problem related to applying the preset style “Turquoise” for the “Cards” element of the dashboard.DJS
10. We fixed a problem related to caching extended localization files.RJSDJS
11. We fixed an issue related to processing numeric fields in cases where data was retreived from an Excel file.RJSDJS
12. When exporting a report to a PDF document, “Symbol” and “Webdings” fonts were not exported correctly.RWebRNetRWpf
13. When exporting a report to an HTML file, the rotated text was exported as an image if caching was enabled in the report.RWebRNetRWpf
14. When exporting a report to an RTF file, the indents were corrected when exporting the list.RWebRNetRWpf
15. We fixed a bug in the “Interpretation” calculation mode associated with incorrect processing of User Functions, in cases where their names match the names of system variables.RWebRNetRWpf
16. When exporting a report to a Text and Data file, the error associated with inverting the set value in the report for the “Checkbox” component was fixed.RWebRNetRWpf
17. We fixed a bug related to displaying a title for the”Shape” element in dashboards.RJS
18. We fixed a bug related to the work of the “Processing Duplicates” property for images.RJS
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/158811.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • MySQL的字段类型_mysql数据库字段类型

    MySQL的字段类型_mysql数据库字段类型前言:要了解一个数据库,我们必须了解其支持的数据类型。MySQL支持大量的字段类型,其中常用的也有很多。前面文章我们也讲过int及varchar类型的用法,但一直没有全面讲过字段类型,本篇文章我们将把字段类型一网打尽,讲一讲常用字段类型的用法。常用的字段类型大致可以分为数值类型、字符串类型、日期时间类型三大类,下面我们按照分类依次来介绍下。1.数值类型数值类型大类又可以分为整型、浮点型、…

    2025年9月19日
    4
  • HTML5移动开发的10大移动APP开发框架

    HTML5移动开发的10大移动APP开发框架今天给大家介绍10款有关HTML5移动开发APP开发框架,这几款框架都是比较优秀的移动Web开发框架,能够帮助开发者更加高效的开发移动Web应用。.  十款移动APP开发框架:1.jquerymobile框架2.bootstrap框架3.ionic框架4.MobileAngularUI框架5.IntelXDK框架6.AppceleratorTitanium框架7.Senc

    2022年6月21日
    29
  • MongoVUE_mongodb使用教程

    MongoVUE_mongodb使用教程 MongoVUE 是个比较好用的MongoDB客户端,需要注册,但是可以变成永久使用,一、基础操作  新增一个连接  进入的界面形如  二、进阶操作   1、查看所有数据,会有三种格式的观看方式,分别为树形,表格,bjosn,详情见1.12、查看特定的数据,使用的时候shell命令,需要一些基础的语法知识,详情见2.13、更新数据,…

    2022年8月21日
    9
  • Pandas 创建DataFrame提示:type object ‘object‘ has no attribute ‘dtype‘

    Pandas 创建DataFrame提示:type object ‘object‘ has no attribute ‘dtype‘pandas版本0.25.3importpandasaspdsymbol_info_columns=[‘1′,’持仓方向’,’持仓量’,’持仓收益率’,’持仓收益’,’持仓均价’,’当前价格’,’最大杠杆’]#v3symbol_config={‘BTC’:’BTC-USDT-210924′,’LTC’:’LTC-USDT-210924′,’EOS’:’EOS-USDT-210924′,’ETH’:’ETH-USDT-210924′,’XRP’:’

    2022年5月11日
    111
  • 金税盘计算机USB无法识别,金税盘无法识别怎么办

    金税盘计算机USB无法识别,金税盘无法识别怎么办摘要:这篇文章将给财务会计人员讲解金税盘无法识别怎么办相关的内容,在金税盘无法识别怎么办这篇财务资讯中我们详细讲解了有关金税盘无法识别怎么办的会计知识。金税盘无法识别怎么办部分情况可能是因为USB供电不稳定,造成金税盘驱动无法正常运行;建议电脑重启,金税盘数据线重新插拔一下或者更换一个USB端口连接试试.如果多次尝试无效,则需要联系服务单位处理.金税盘使用增值税防伪税控系统,可开具增值税专用发票和…

    2022年6月11日
    175
  • 5分钟搞定!java免费源码网站

    5分钟搞定!java免费源码网站一、前言最近刚读完一本书:《Netty、Zookeeper、Redis并发实战》,个人觉得Netty部分是写得很不错的,读完之后又对Netty进行了一波很好的复习(之前用springboot+netty+zookeeper模仿dubbo做rpc框架,那时候是刚学netty后自己造的小轮子)。虽然对于Netty的使用已经比较熟悉了,而且还知道它的底层是基于JavaNIO做进一步的封装,使得并发性能和开发效率得到大大的提升。但是,对于同步阻塞、同步非阻塞、异步这

    2022年7月8日
    30

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号