本文主要是介绍Crystal Reports For Eclipse Notes,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
从 http://www.theserverside.com/上看到Crystal Reports for Eclipse 1.0正式版出来的消息,决定试用一下。首先下载安装,有四种安装方式:
- Minimum Requirements for Crystal Reports for Eclipse
- Installing Crystal Reports for Eclipse via the Update Manager
- Manual Installation - Download the Crystal Reports for Eclipse Runtime
- All-in-one Installation
分别是:最小化安装、通过Eclipse中的Update Manager安装、手动安装和完整安装。其中手动安装是在最小话安装的基础上增加Crystal Reports for Eclipse(contains the Designer, Runtime Libraries, and IDE Tooling)和Language Pack #1(or Language Pack #2).
需要注意的是,如果选择通过Update Manager安装,将在产生的报表中生成水印。
我使用的是Eclipse 3.2,采用的是手动安装的方式(没安装语言包,默认英语就OK啦,)。
下载地址:
1.http://diamond.businessobjects.com/node/434
2.http://diamond.businessobjects.com/node/435
开始试用:
从http://diamond.businessobjects.com/node/320上下载“CR4E_Getting Started Guide.pdf”。该文档采用step by step的方式,详细地介绍了一个Crystal Reports的应用。
具体步骤这里不再赘述。示例中数据源是采用Apache的开源数据库Derby,示例中已经包含它。所以不需要安装额外的数据库,整个step by step的过程,显得比较方便。
在Guide的后半部分,介绍了提供的“代码片段”(Snippets)功能。该功能个人觉得很强大,可以通过简单的拖拽来实现例如打开报表、保存报表成pdf格式等功能。
这篇关于Crystal Reports For Eclipse Notes的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!