.net下的FastReport版本
FastReport的几个版本
之前使用FastReport VCL版, 对于.net 平台下的FastReport一直未做过深入了解.
.Net平台下的几个版本对比 https://fastreports.github.io/FastReport.Documentation/COMPARISON.html
简单总结:
- 商业FastReport.Net 版本, .net framework框架下的商业版本, 功能无限制, 试用版只能打印5页内容, 同时带有demo version水印.
- 商业FastReport Core 版本, .net core 下的商业版本, 功能无限制, 试用版只能打印5页内容, 同时带有demo version水印.
- 开源FastReport.OpenSource 版本, 最主要的限制是它不支持 WinForms 项目集成, 不支持打印到PDF格式, 不支持预览. 如果一定要和Winforms项目使用, 只能将报表按照图片形式导出. 官方也提供了一个 PdfSimple 插件, 其实也仅仅是将报表以图片的形式导出到PDF文件, 本质上还是图片, 所以用处不大.
网络资源
- 官方在线开发文档 https://www.fast-report.com/public_download/docs/FRNet/online/en/UserManual/en-US/Fundamentals.html
- 官方软件包和开发文档下载 https://www.fast-report.com/en/download/fast-report-net/
- FastReport.OpenSource 版本内置的Designer https://fastreports.github.io/FastReport.Documentation/FastReportDesignerCommunityEdition.html
- 破解版下载和使用教程 https://www.cnblogs.com/springsnow/p/12960566.html