轉(zhuǎn)帖|其它|編輯:郝浩|2010-11-12 14:41:26.000|閱讀 762 次
概述:ActiveReports for .NET 6.0的最新更新增加了一個(gè)非常實(shí)用的工具,可以把Crystal Reports報(bào)表(2005和2008版本)轉(zhuǎn)換為ActiveReports報(bào)表。本文主要介紹如何把Crystal Reports報(bào)表轉(zhuǎn)換為ActiveReports報(bào)表,希望對(duì)大家有幫助。
# 界面/圖表報(bào)表/文檔/IDE等千款熱門(mén)軟控件火熱銷(xiāo)售中 >>
ActiveReports for .NET 6.0的最新更新增加了一個(gè)非常實(shí)用的工具,可以把Crystal Reports報(bào)表(2005和2008版本)轉(zhuǎn)換為ActiveReports報(bào)表。ActiveReports的安裝程序會(huì)在“程序”啟動(dòng)菜單“GrapeCity/ActiveReports 6”下增加兩個(gè)菜單。
1. 使用"CrystalToAR2005"工具轉(zhuǎn)換Crystal Reports 2005報(bào)表。
2. 使用"CrystalToAR2008"工具轉(zhuǎn)換Crystal Reports 2008報(bào)表。
為了運(yùn)行上述轉(zhuǎn)換工具,你需要安裝Visual Studio和 Crystal Reports for Visual Studio。Visual Studio版本和對(duì)應(yīng)的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 |
轉(zhuǎn)換完成后,會(huì)生成一個(gè)ActiveReports的.rpx 報(bào)表文件。
轉(zhuǎn)換的報(bào)表元素對(duì)應(yīng)表和相關(guān)說(shuō)明如下:
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. |
存在的一些轉(zhuǎn)換限制:
· 一些ActiveReports不支持的元素、文字格式等將不會(huì)被導(dǎo)入。
· Shadow屬性不會(huì)被導(dǎo)入。
· OLE對(duì)象不會(huì)被導(dǎo)入,因?yàn)镺LE對(duì)象在Crystal Reports對(duì)象結(jié)構(gòu)中是作為PictureObject處理。
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請(qǐng)務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請(qǐng)郵件反饋至chenjj@fc6vip.cn
文章轉(zhuǎn)載自:博客轉(zhuǎn)載