随笔 - 59, 文章 - 4, 评论 - 184, 引用 - 7
数据加载中……

[BIRT]-理解report engine API

l         应用开发者只需要了解公用的API,这些API包含在以下的几个包内:

a)         org.eclipse.birt.report.model.api:这个包内包含了93class,两个接口和一个exception,这个包是为那些想要定制report designer的开发者使用的

b)        org.eclipse.birt.report.engine.api这个包包含了一个类,17个接口和四个exception,是给那些想要定制一个report generator的开发者使用的

c)        org.eclipse.birt.chart hierarchy:这个包是给想定制一个chart generator的开发者使用的

l         BIRT report engine在几个环境提供了报表生成和翻译服务,包含以下组件:

a)         Stand-alone engine:这个engine可以让开发者使用一个命令行程序来从一个report design文件(.rptdesign)中得到HtmlPDF格式的report

b)        BIRT report viewerBIRT Report Designer使用它来预览report。这个程序是一个web程序,它运行在一个Eclipse内嵌的Tomcat中,这个Tomcat中有一个内嵌的report engine

c)        Custom report designer with an embedded engine:一个定制的桌面报表应用集成BIRT report engine来预览报表

d)        Web application that embeds the engine:一个类似于BIRT report viewerWeb程序,可以产生基于web的报表。

l         Report engine的核心engine运行并实施报表,而将其他的环境相关的任务留给运行该引擎的应用程序,比如:URL construction, image storage, and design file caching

l         BIRT report engineAPI可以做以下几件事情:

a)         发现一组为报表定义的参数

b)        获得参数的默认值

c)        运行报表产生HTMLPDF格式的输出

d)        为报表产生图片或chart

posted on 2005-08-22 23:18 fisher 阅读(3177) 评论(4)  编辑  收藏 所属分类: Programing

评论

# re: [BIRT]-理解report engine API  回复  更多评论   

具体使用方法能说下么?
我在官网上看了Servlet example,但是做出的报表不能够接受参数。
能详细说下API么?
2008-06-07 17:24 | leweslove

# re: [BIRT]-理解report engine API[未登录]  回复  更多评论   

BIRT开发团队就在国内,关于BIRT问题,推荐其官方中文论坛:http://www.actuatechina.com/index.php
2008-07-15 15:58 | rogertu

# re: [BIRT]-理解report engine API[未登录]  回复  更多评论   

那只是birt后面的公司在中国的分公司吧,什么时候把开发团队都搬到国内了
2008-07-15 19:47 | javaread.com

# re: [BIRT]-理解report engine API  回复  更多评论   

是广告 http://www.actuatechina.com/index.php 这个,主要问题都基本不回答,没有实质性的东西,论坛很冷清,就是宣传他们的产品,把开源当作挣钱的工具而已!
2009-06-01 11:35 | asdfsd

只有注册用户登录后才能发表评论。


网站导航: