报表开发工具FastReport系列 9月更新合集!一键掌握多个开发语言最新功能

Fast Reports, Inc.成立于1998年,多年来一直致力于开发快速报表软件:应用程序、库和插件。FastReport的报表生成器(无论VCL平台还是.NET平台),跨平台的多语言脚本引擎FastScript,桌面OLAP FastCube,如今都被世界各地的开发者所认可,收到全世界使用者的追捧。

FastReport是快捷、轻量级报表工具,使用简单、功能丰富、性价比高,适合个人、中小型企业和项目使用。

近期,Fastreport针对.NET、Delphi、Mono Framework等开发语言平台的工具迎来了v2021.4版本的更新,一起来看看吧!

FastReport .Net

FastReport .Net是适用于Windows Forms,ASP.NET,MVC和.NET Core的全功能报表解决方案。它可以在Microsoft Visual Studio 2005-2019中使用。支持.Net Framework 2.0-4.x,.NET Core 3.0及以上版本。

下载FastReport.NET v2021.4最新版

重大更新 | 报表开发工具FastReport .NET v2021.4发布!添加了新的Visual Studio 样式的图标

重要的!版本变更 !将不再支持 WinForms 和 Win+WebForms 版本。相反,添加了一个新的标准版 ,其中包括 Windows 窗体组件、ASP.NET 组件和 .NET Core / .NET 5 / Blazor 支持。

亮点功能:

  • 添加了新的 Visual Studio 样式的图标。
  • 添加重置用户配置文件中 FastReport.Config 文件中存储的 FastReport 配置的功能。
  • 添加Text 对象在设计报告时以简化形式显示 DB 文件名的功能。
  • 添加了在 Matrix 对象的角区域设置每个单元格的功能。
  • 添加了连接到 ElasticSearch 的功能。
  • 添加条码日本邮政 4 - 州代码。
  • 带有 FastReport.Data 插件的包已更新。

更多Fastreport .NET详细更新内容可阅读:【报表开发工具FastReport .NET v2021.4发布】

FastReport VCL

FastReport VCL是用于Delphi,C ++ Builder,RAD Studio和Lazarus的报告和文档创建VCL库。它提供了可视化模板设计器,可以访问最受欢迎的数据源,报告引擎,预览,将过滤器导出为30多种格式,并可以部署到云,Web,电子邮件和打印中。

下载FastReport VCL v2021.4最新版

亮点功能:

  • 在报告中显示 PDF 的新对象 - 只需将 PDF 文档嵌入到报告中。
  • 通过地图、文本、PDF 和图片对象的超链接将数据加载到报表对象的新功能。
  • 使用超链接访问 API 并将数据加载到报表对象中。
  • 配置 Box、Google Drive、Dropbox 和 OneDrive 传输,以便通过超链接私有访问云存储。
  • 改进的传输授权对话框。加密保存授权数据,显示或隐藏授权字段,快速访问云存储配置页面。
  • 支持动态表格行拆分。

更多Fastreport VCL详细更新内容可阅读:【报表开发工具FastReport VCL v2021.4发布】

FastReport .Mono

FastReport.Mono 是一款为Mono Framework设计的功能全面的报表生成工具。FastReport.Mono 是一个多平台的报表解决方法。它可以应用于Windows, Linux, Mac OS X,以及任何支持Xamarin Mono的操作系统。

下载 FastReport.Mono v2021.4 新版本

报表生成工具FastReport.Mono v2021.4发布!添加新的 Visual Studio 样式图标

亮点功能:

  • 添加了新的 Visual Studio 样式的图标。
  • 添加了重置用户配置文件中 FastReport.Config 文件中存储的 FastReport 配置的功能。
  • 添加了 Text 对象在设计报告时以简化形式显示 DB 文件名的功能。
  • 添加了在 Matrix 对象的角区域设置每个单元格的功能。
  • 添加了连接到 ElasticSearch 的功能。
  • 在设计器中添加了折叠所有/展开所有按钮以及报告树和数据树的搜索字段。

更多Fastreport .Mono详细更新内容可阅读:【报表开发工具FastReport .Mono v2021.4发布】


如果您对 FastReport 报表工具感兴趣,欢迎加入 FastReport QQ 交流群:702295239

 

FastReport 6.6.17 Enterprise Source Code for Delphi7 and Delphi27 (10.4 Sydney) FastReport Package Simplification Management Toolkit by xander.xiao@gmail.com, version 2.0, 2020-5-27 What is Package simplification management ? As Fastreport include a stack of design package files, it is boring to install these packages manually, we need a easy way to work out it, here is my solution which may apply to any package management besides Fastreport: My solution, in a brief, copy all files of all packages in one folder which is named by a Environment varible %ProjectHome% which has following structure: %ProjectHome%\Bin for all BPL files of all packages, runtime and design time files %ProjectHome%\LibD7 for Delphi 7 Compiled unit files and resource files (dcu,dcp,dfm,res etc.) %ProjectHome%\LibD26 for Delphi XE 10 Rio Compiled unit files and resource files (dcu,dcp,dfm,res etc.) Each Delphi version related folder may have platform (Win32,Win64 etc.) and configuration (release or debug) specified subfolders. after that, double click REG files to import Delphi known design time packages. This toolkit include two sets: 1. Resource translation, this function is provided by res\FR4Trans.exe, res\frccEx.exe and res\Chinese\@Deploy.bat, besides Chinese it can work with any language 2. Package simplification management, it is functioned by @DelUnUsedFiles.bat,@Deploy.bat,@BuildAllPackages.bat and REG files in quickInstall folder All source code included, you can modified freely. Usage: step0: Make a backup of your fastreport source code, then copy all files in this folder to FastReport home folder. Step1: Execute recompile.exe to generate specified version related folder and files (Recompile all package first, then Change Language to Chinese or othor one). step2: Execute @DelUnUsedFiles.bat to delete unused files in the folder which step1 generated. step3: Execute @Deploy.bat to deploy all files to the project home folder. step4: Double Click reg files in quickInstall folder to install design time BPLs in Delphi IDE, here assume that your ProjectHome is D:\Projects, you may change it. step5: optional, Instead of "recompile.exe-Recompile all package", Execute customized @BuildAllPackages.bat to recompile all package files if you modified any file in the folder which step1 generated. Step6: optional, Instead of "recompile.exe-Change Language to", Execute res\chinese\@deploy.bat if you need very formated Chinese resource code files, before this, you can Execute res\FR4Trans.exe to do translating in your prefered way, you may copy res\chinese\@deploy.bat to othor language folder.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值