如何把Crystal Reports报表转换为ActiveReports报表
ActiveReports for .NET 6.0的最新更新增加了一个非常实用的工具,可以把Crystal Reports报表(2005和2008版本)转换为ActiveReports报表。ActiveReports的安装程序会在“程序”启动菜单“GrapeCity/ActiveReports 6”下增加两个菜单。
1. 使用"CrystalToAR2005"工具转换Crystal Reports 2005报表。
2. 使用"CrystalToAR2008"工具转换Crystal Reports 2008报表。
为了运行上述转换工具,你需要安装Visual Studio和 Crystal Reports for Visual Studio。Visual Studio版本和对应的Crystal Reports版本如下:
Visual Studio |
版本 |
Crystal Reports |
2005 |
Professional, Team System |
Crystal Reports for Visual Studio 2005 |
2008 |
Professional, Team System |
Crystal Reports for Visual Studio 2008 |
转换完成后,会生成一个ActiveReports的.rpx 报表文件。
转换的报表元素对应表和相关说明如下:
Crystal Reports |
ActiveReports |
Note |
BoxObject |
Shape |
The line width property is not imported. |
ChartObject |
ChartControl |
The settings and data are not imported. |
CrossTabObject |
SubReport |
Cross tabs are not imported. |
LineObject |
Line |
The size of Dot and Dash (the Line Style property) is not exactly the same. |
PictureObject |
Picture |
Image data is not imported. |
SubreportObject |
SubReport |
You need to set the SubReport in code after the conversion. |
TextObject |
Label |
Only "page number", "total page" and "page n of m" from "Special Fields" are supported. |
FieldObject |
TextBox |
Only "page number", "total page" and "page n of m" from "Special Fields" are supported. |
存在的一些转换限制:
· 一些ActiveReports不支持的元素、文字格式等将不会被导入。
· Shadow属性不会被导入。
· OLE对象不会被导入,因为OLE对象在Crystal Reports对象结构中是作为PictureObject处理。
如果需要此工具,请访问葡萄城控件网站http://www.grapecity.cn/powertools下载最新的ActiveReports for .NET试用版本。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 单线程的Redis速度为什么快?
· 展开说说关于C#中ORM框架的用法!
· SQL Server 2025 AI相关能力初探
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库