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)
上一篇 2022年7月26日 下午6:46
下一篇 2022年7月26日 下午6:46


相关推荐

  • GPS数据格式的分析与处理[通俗易懂]

    GPS数据格式的分析与处理[通俗易懂]GPS接收器的输出语句有:$GPGGA,$GPRMC,$GPVTG,$GPGSV,$GPGSA1.$GPGGA,GPS固定数据输出语句其标准格式为:$GPGGA,(1),(2),(3),(4),(5),(6),(7),(8),(9),M,(10),M,(11),(12)*hh(CR)(LF)以$GPGGA,082006.000,3852.9276,N,11527.4283,E

    2022年6月22日
    117
  • ANT1.7下载以及配置方法「建议收藏」

    ANT1.7下载以及配置方法「建议收藏」 http://www.apache.org/dist/ant/binaries/ 下的apache-ant-1.7.1-bin.zip   ;解压之后放在你的目录下,我一般放在C盘。ant的配法: 1。解压ant的包到本地目录。 2。在环境变量中设置ANT_HOME,值为你的安装目录。 3。在环境变量中设置JAVA_HOME,值为你的jdk安装目录。 4。把ANT_HOME/bin加到你系统

    2022年7月15日
    13
  • OpenClaw!安装教程

    OpenClaw!安装教程

    2026年3月13日
    2
  • C语言typedef函数指针用法

    C语言typedef函数指针用法1 简单的函数指针的应用形式 1 返回类型 函数名 参数表 char pFun int charglFun inta return voidmain pFun glFun pFun 2 第一行定义了一个指针变量 pFun 首先我们根据前面提到的 形式 1 认识到它是一个指向某种函数的指针 这种函数参数是一个 int 型 返回值是 char 类型 只有第一句我们还无法使用这个指针 因为我们还未对它进行赋值 第二行定义了一个函数 glFun

    2025年9月21日
    7
  • 用python实现祝福弹窗

    用python实现祝福弹窗

    2021年9月17日
    188
  • stimulsoft mysql_【Stimulsoft Reports Java教程】在运行时使用MySQL数据库创建报表

    stimulsoft mysql_【Stimulsoft Reports Java教程】在运行时使用MySQL数据库创建报表此示例项目显示如何使用MySQL字段创建新报表并提取MySQL数据库信息。首先,您需要创建一个新报表并添加MySqlDatabase。在StiMySqlDatabase类的构造函数中,您应该设置数据库名称,别名和连接字符串。publicstaticStiReportcreateReport()throwsClassNotFoundException,SQLException,StiE…

    2022年7月13日
    24

发表回复

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

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