Stimulsoft Reports.Web.JS 2022.2.5

Stimulsoft Reports.Web.JS 2022.2.5Stimulsoft2022.2.5Publishedon13May2022Reports.WebReports.NetReports.WpfReports.JSReports.PHPReports.JavaReports.BlazorReports.AngularDashboards.WEBDashboards.WINDashboards.JSDashboards.PHPBIDesignerBICloudBIServerN..

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

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

Stimulsoft 2022.2.5

Published on 13 May 2022

Stimulsoft Reports.Web.JS 2022.2.5

Reports.Web
Reports.Net
Reports.Wpf
Reports.JS
Reports.PHP
Reports.Java
Reports.Blazor

Stimulsoft Reports.Web.JS 2022.2.5

Reports.Angular
Dashboards.WEB
Dashboards.WIN
Dashboards.JS
Dashboards.PHP
BI Designer
BI Cloud
BI Server

 

Stimulsoft Reports.Web.JS 2022.2.5

 

New Features
1.    We added support for HTML view of the report in the WPF viewer.
RWpf
2.    We added the “Group” property to the “Cards” element in dashboards.
DWebDWinDJSBIDesigner
3.    We added the “Cross-Filtering” property for “Cards” element in dashboards.
DWebDWinDJS
4.    We added the ability to change the marker using conditional formatting for chart types such as “Range”, “Spline Range”, “Stepped Range”.
DWebDWinDJSBIDesigner
Enhancements
1.    We updated the algorithm to display value labels for the “Gauge” component of the “Horizontal” type in reports.
RNetRWpf
2.    We fixed a problem with handling of a variable as a parameter in an SQL query when using the user input mode.
RNetRWpf
3.    Engine, optimization. Loading resources from a template is now slightly faster and consumes less memory.
RWebRNetRWpf
4.    We updated the ability to add multiple series for the “Pictorial Stacked” chart type in the component editor.
RWebRNetRJSDWebDJSBIServerBIDesignerBICloud
Fixed Bugs
1.    We fixed a problem with displaying export settings menu in WinForms and .NET Core components for different scale values in the operating system.
RNet
2.    We fixed a bug in the div mode of JS components related to processing components if their “Printable” property is set to “False”.
RJSRPHP
3.    Export to PDF. UnsignedSignature fields can now be exported in the PDF/A mode.
RWebRNetRWpf
4.    Export to RTF. Several bugs with list tag export.
RWebRNetRWpf
5.    Engine, borders were cloned incorrectly in the “Text in Cells” component.
RWebRNetRWpf
6.    Export to HTML. Incorrect indent of list items when using the alignment – justify.
RWebRNetRWpfRJS
7.    We fixed the issue with processing of expressions for ternary operations, IIF and Switch functions.
RJSDJS
8.    We fixed the error in exporting charts to Excel file for the Node.js framework.
DJS
9.    We fixed the problem with displaying dates when applying the default format to it.
RJSDJS
10.    We fixed the error in exporting charts to Excel or SVG files when using custom fonts.
RJSDJS
11.    We fixed a bug related to caching of font and localization files in GET requests.
RJSDJS
12.    We fixed an problem with the algorithm to handle zero dates in MySQL data adapter.
RJSDJS
13.    We fixed some bugs with the mobile editing mode of dashboards.
RWebRJSDWebDJSBIServerBICloud
14.    We fixed a bug related to remembering the JSON value for the “Type” parameter in the report export menu as a data file.
RWebRJSBIServerBICloud
15.    We added the localization of the days of the week for the “Date Picker” element in dashboards.
RWebRJSDWebDJSBIServerBICloud
16.    We fixed a bug related to double execution of SQL query data when using a variable of type “List” as a parameter in this query.
RWebRNetRJSDWebDWinDJSBIDesigner
17.    We fixed a bug related to displaying a horizontal scroll bar for the “Cards” element in dashboards.
DWebDWinDJSBIServerBIDesignerBICloud
18.    We fixed a bug related to displaying text labels in the “Progress” element.
DWebBIDesigner
19.    We fixed an error with saving the values of the “Line Color” and “Lighting” properties for the “Scatter Line” chart type when saving the report to the *.mrt file with the JSON markup. .
RWebRNetDWebDWinBIDesigner
20.    We fixed a bug related to displaying conditional formatting in the condition editor of the “Chart” component.
DWinBIDesigner
21.    We fixed a bug related to naming links between data sources when connecting data from the project code.
RNetRWpfDWin
22.    We fixed a problem with positioning of elements on panels when editing the mobile and desktop versions of the dashboard design.
DWinBIDesigner
23.    We fixed a bug related using conditional formatting of the type “Color Scale”, in cases where the use of a three-color scale and negative values in its range.
RNetRWpf
 

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

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

(0)
上一篇 2022年7月26日 下午6:16
下一篇 2022年7月26日 下午6:16


相关推荐

  • Idea导入jar包的两种方法

    Idea导入jar包的两种方法今天用IDEA,需要导入一个Jar包,因为以前都是用eclipse的,所以对这个idea还不怎么上手,连打个Jar包都是谷歌了一下。但是发现网上谷歌到的做法一般都是去File–>ProjectStructure中去设置,有没有如同eclipse一样简便的右键添加方法呢。然后自己摸索了一下,找到了。以阿里大于的依赖包为例子,因为正好是我遇到要导入的Jar包。先说下第一种方法吧。也就是Fi…

    2022年6月22日
    59
  • python 平均值/MAX/MIN值 计算从入门到精通「建议收藏」

    python 平均值/MAX/MIN值 计算从入门到精通「建议收藏」##入门级计算####1、算数平均值#样本:S=[s1,s2,s3,…,sn]#算术平均值:m=(s1+s2+s3+…+sn)/nNumpy中的写法m=

    2022年7月6日
    25
  • snmpwalk 安装与使用详解

    snmpwalk 安装与使用详解nbsp nbsp nbsp snmpwalk 是 SNMP 的一个工具 它使用 SNMP 的 GETNEXT 请求查询指定 OID SNMP 协议中的对象标识 入口的所有 OID 树信息 并显示给用户 通过 snmpwalk 也可以查看支持 SNMP 协议 可网管 的设备的一些其他信息 比如 cisco 交换机或路由器 IP 地址 内存使用率等 也可用来协助开发 SNMP 功能 nbsp 在日常监控中 经常会用到 snmp 服务 而 snmpwalk 命令则是采集系统

    2026年3月20日
    2
  • Android双端队列——ArrayDeque的实现&源码分析[通俗易懂]

    Android双端队列——ArrayDeque的实现&源码分析[通俗易懂]本文将分析Android双端队列ArrayDeque的特性、实现及源码分析。讨论ArrayDeque的实现原理以及Android中的使用。

    2026年2月4日
    8
  • 公网ip远程访问nas_无公网ip访问家庭nas

    公网ip远程访问nas_无公网ip访问家庭nas2018-12-0113:45:00770点赞5996收藏566评论上次的那篇NAS的文章有着很不错的热度,首先是感谢观众老爷们的大力支持啦,那么这篇文章主要是回答一些评论中的问题,而且也为那些第一次接触NAS的小伙伴提供一个简单的参考,如果对这方面想有所了解的,请耐心阅读下面的内容,个人记忆力有限,有些东西记不起来了,如有遗漏或者错误,请斧正。废话不多说,我们开始。如何申请公网IP这个是大家问的最多的,而且许多问题的根本原因都是公网IP造成的,那么,首先我们要知道一点基础的…

    2022年8月30日
    5
  • buildroot 树莓派_树莓派忘记root密码

    buildroot 树莓派_树莓派忘记root密码下载源码wgethttps://buildroot.uclibc.org/downloads/buildroot-2016.11.2.tar.gz解压tar-xvfbuildroot-2016.11.2.tar.gz配置将入config目录查看相应配置文件cdconfigsls查找到树莓派相关配置文件进行配置makeraspberrypi0_defconfig配置选…

    2022年10月9日
    4

发表回复

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

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