FastReport .NET2022.2x,完整的源代码可用

FastReport.NET2022.2x是一款适用于多种平台的报告工具,提供完整源代码,支持WinForms、.NET、.NETCore等。它具备对象图功能,支持地图添加,并能与云服务集成如GoogleDrive、Dropbox。FastReport包含多个版本,如标准版、专业版、企业版和最终版,且具备报告设计器、RDL格式导入导出及CrystalReports模板导入等功能,可扩展架构满足定制需求。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

FastReport .NET2022.2x,完整的源代码可用

  FastReport .NET2022.2x是适用于 WinForms、.NET、.NET Core、Blazor 和 ASP.NET 的全功能报告解决方案。使用 FastReport .NET,您可以创建独立于应用程序的报告。FastReport .NET 可以用作独立的报告工具。您可以连接到任何数据库、使用其中的任何表或创建查询。在报表中添加对话表单以在运行报表之前询问一些参数,使用内置脚本,您可以管理对话表单控件之间的交互,执行复杂的数据处理。FastReport .NET2022.2x可以查看结果、打印结果并导出为许多常见的文档格式。企业版包括

FastReport Online Designer。

  FastReport .NET 有 4 个版本:

  标准

  专业的

  企业

  最终的

  FastReport .NET2022.2x功能

  FastReport .NET2022.2x完整的源代码可用。FastReport .NET Enterprise 可以定制以满足您的需求

  对象图。您可以将地图添加到您的报告中。

  Complete source code is available. FastReport . Net enterprise can be customized to meet your needs

  Object graph. You can add a map to your report.

  Support cloud. FastReport . Net can save reports to one of three services: Google drive, Dropbox and SkyDrive.

  Report designer. You will get a fully functional reporting solution with a runtime royalty free reporting engine and designer.

  Scalable FastReport Net architecture allows you to create your own objects, export filters, wizards, and database engines. If the existing functionality is not enough for you - expand it.

  Support RDL format - Import and export.

  Import the Crystal Reports template.

  支持云。FastReport .NET 可以将报告保存到以下三种服务之一:Google Drive、DropBox 和 SkyDrive。

  FastReport .NET2022.2x报表设计器。您将获得具有运行时免版税报告引擎和设计器的全功能报告解决方案。

  可扩展的 FastReport .NET 架构允许您创建自己的对象、导出过滤器、向导和数据库引擎。如果现有功能对您来说还不够 - 扩展它。

  FastReport .NET2022.2x支持 RDL 格式 - 导入和导出。

  导入 Crystal Reports 模板。

  非常紧凑,非常快。

FastReport v4.7.9 (完整源码),目前最新为FastReport v4.7.15,尚未获取,警请关注后续上传. FastReport 是非常强大的报表控件,它能使用户的应用程序快速有效地产生报表。FastReport 提供了创建报表所需的所有工具,包括报表引擎,报表设计工具,预览器,对话框设计工具,以及Pascal-like 宏解释程序。 特点: 无需附加的动态链接库(DLL)就可提供快速、紧致、灵活的代码。 运行时可使用内建的功能强大且易于使用的设计工具。 带有"文本搜索"和"编辑"功能的MSWord-like报表预览。 常用的组件集:文本,线,图片,形状,对象链接和嵌入(OLE), RichText, 图表,Barcode。 可以创建自己的组件。 将报表输出为其它格式(例如:TXT, RTF, CSV, HTML, PDF 等等)。 内建的Pascal-like宏语言使得用户无需在Delphi环境中就可以写出代码。它可以创建出使用其它工具所不能创建的报表。 FastReport包含了对话框表格。在准备创建报表前,用户可以使用这一表格来修改参数,而且可以不受限制地使用它。FastReport使用同一个设计工具来创建对话框,这一设计工具带有对话框控件的标准集:按钮,编辑框,复选框等等。 FastReport提供了多样的数据库引擎,它允许用户在运行时创建表格,查询程序及数据库组件。用户的报表和应用程序是完全独立的。 FastReport可以从各种数据源的表格、查询程序、数组及数据文件中导入数据。 FastReport并不依赖于Borland公司的数据库引擎(BDE)。只要是基于标准Tdataset组件的数据库,都能使用FastReportFastReport也可在IB_Objects下工作。IB_Objects是用于Interbase数据库管理系统(DBMS)的功能强大且使用广泛的库。 在FastReport中可使用22语言,这就使得用户的应用程序更易于国际化。 本版本支持以下 IDE: Delphi 4,5,6,7,2005 C++Builder 4,5,6 BDS 2006 RAD Studio 2007 RAD Studio 2009
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.
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

SEO-狼术

感谢大家的支持

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值