efa's blog

          以用戶角度出發(fā),你就已經(jīng)成功一半了.

          導(dǎo)航

          <2006年9月>
          272829303112
          3456789
          10111213141516
          17181920212223
          24252627282930
          1234567

          統(tǒng)計(jì)

          常用鏈接

          留言簿(18)

          我參與的團(tuán)隊(duì)

          隨筆分類

          隨筆檔案

          文章分類

          文章檔案

          Bi report

          dba

          info security

          other

          perl

          php

          python

          tech blogs

          tech websites

          最新隨筆

          搜索

          積分與排名

          最新評論

          閱讀排行榜

          評論排行榜

          birt 2.0 is now available....占個(gè)頭位,宣傳一下

          what is BIRT

          BIRT is an open source, Eclipse-based reporting system that integrates with your application to produce compelling reports for both web and PDF.

          BIRT provides core reporting features such as report layout, data access and scripting. The current released version is 2.0. Please try BIRT and tell us what you think by filling bugs reports & enhancement requests through Bugzilla as explained on the community page.

          New and Notable Features within BIRT 2.0

          • New BIRT Viewer
          • JavaScript/Java Events And Report Debugging
          • Runtime Data Source Property Binding
          • Chart Builder and SVG Output
          • Templates
          • Libraries
          • XML ODA
          • URL Builder
          • Multi-pass Aggregate, Sorting and Filtering
          • Improved Report Performance and PDF Fidelity
          • Dynamic Parameters/Cascading Parameters
          • Expression Builder
          • Importing of Style Sheets
          • Report XML Editor
          • Passing of External Object to Custom Data Sources
          • Stored Procedures
          • CLOB/BLOB Support

          New and Notable Features within BIRT 2.0:
          http://www.eclipse.org/birt/phoenix/project/notable2.0.php

          project home:http://www.eclipse.org/birt/

          new report viewer [截圖]

          The Viewer also supports data extraction to CSV format [截圖]

          export to CSV [截圖]


          它的report designer 還獨(dú)立出來(不用依賴eclipse)直接打開 BIRT.exe 就OK.


          個(gè)人感覺進(jìn)步了不少,但負(fù)責(zé)地說一句,應(yīng)用到實(shí)際項(xiàng)目中我猜想還會有不少的問題,還請大家抱學(xué)習(xí)的態(tài)度。

          馬上小試了一下,發(fā)現(xiàn)之前好幾點(diǎn)疑問都可以不用擔(dān)心了,基本解決掉了:
          1.AJAX的分頁
            只要自定義好報(bào)表
          /grid的寬以及高,實(shí)現(xiàn)css分頁,初步感覺效果還不錯(cuò)(有待實(shí)際應(yīng)用)

          2.導(dǎo)出excel
                支持export to csv(雖然有中文亂碼問題),另外當(dāng)報(bào)表沒有dataset(靜態(tài)報(bào)表)時(shí)好象導(dǎo)不出.

          3.BIRT and POJOs as datasources example
                http:
          //tools.osmosis.gr/blog/archives/2005/06/birt_and_object.html

          4.更人性化,提供四個(gè)servlet
           a. 
          /frameset?__report=test.rptdesign   (工具條,目錄導(dǎo)航,分頁操作)
              b.
          /preview?__report=test.rptdesign (工具條,目錄導(dǎo)航,分頁操作)

              c.
          /run?__report=test.rptdesign
              d.
          /download?__report=test.rptdesign

          posted on 2006-01-27 16:58 一凡@ITO 閱讀(4748) 評論(10)  編輯  收藏 所屬分類: Bi report Tools

          評論

          # re: birt 2.0 is now available....占個(gè)頭位,宣傳一下 2006-02-05 16:17 shinwell

          請問AJAX分頁如何實(shí)現(xiàn)的?
          我折騰了好一陣子都沒弄出來.  回復(fù)  更多評論   

          # re: birt 2.0 is now available....占個(gè)頭位,宣傳一下 2006-02-05 16:35 davidxu

          你是特指birt的分頁吧?
          另外是指分頁,還是ajax 分頁.
          ajax分頁是birt實(shí)現(xiàn)的.我猜想你是想問如何用birt實(shí)現(xiàn)分頁顯示吧?

          birt的分頁你得選擇detail外面的grid,然后在屬性中設(shè)置寬與高  回復(fù)  更多評論   

          # re: birt 2.0 is now available....占個(gè)頭位,宣傳一下 2006-02-07 10:03 shinwell

          是的, 我問的就是如何用BIRT實(shí)現(xiàn)分頁顯示吧?

          你說的detail是指明細(xì)數(shù)據(jù)行吧, 那么detail外面的應(yīng)該是Table(表)
          而不是Grid(網(wǎng)格).
          我按照你上面說的做了, 但還是看不到BIRT的分頁效果. 除非指定Table
          (表)的"分頁符間隔"為每頁顯示的記錄數(shù)才看得到分頁效果, --顯然這種
          分頁效果很難令人滿意.   回復(fù)  更多評論   

          # re: birt 2.0 is now available....占個(gè)頭位,宣傳一下 2006-06-06 16:23 fins

          birt在生成圖表的時(shí)候總是生成一個(gè)圖片文件
          請問有什么方式不讓他生成嗎?而是以流的方式送到客戶端(類似jfreechar那樣)
          或者她自己是否帶某種機(jī)制,可以定期刪除她以前生成的老圖片??
            回復(fù)  更多評論   

          # re: birt 2.0 is now available....占個(gè)頭位,宣傳一下 2006-06-08 17:06 davidxu

          這個(gè)問題我也發(fā)覺過.
          的確每瀏覽一次就生成一張新的圖片不是很好的設(shè)計(jì).
          具體解決方法我還有了解過. 如果你有好的方法,可能跟我說一下哦 :)  回復(fù)  更多評論   

          # re: birt 2.0 is now available....占個(gè)頭位,宣傳一下 2006-07-04 15:07 fins

          birt 2.1 讓我失望
          沒有任何值得激動(dòng)的改進(jìn)

          關(guān)于數(shù)據(jù)源的定義仍然是那么幾種 居然還不允許引入外部數(shù)據(jù)源 暈死
          速度還是那么慢
          API結(jié)構(gòu)還是那么讓人暈頭轉(zhuǎn)向 他就不能提供幾個(gè)簡單易用又常用的包裝類嗎 暈死 完全拜倒在它面前
            回復(fù)  更多評論   

          # re: birt 2.0 is now available....占個(gè)頭位,宣傳一下 2006-07-06 12:50 davidxu

          嗯,當(dāng)前版本的birt的確不如人意.
          關(guān)于數(shù)據(jù)獲取,可以參考一下springside的實(shí)現(xiàn)
          www.springside.org.cn   回復(fù)  更多評論   

          # re: birt 2.0 is now available....占個(gè)頭位,宣傳一下 2006-07-07 21:37 fins

          哈 其實(shí)我就是從那里連接到這里的
          sside我一直在關(guān)注 哈哈
          不過那個(gè)birtview我覺得不是很好啦(不怪你們 怪birt自己的api 太鬧心了)  回復(fù)  更多評論   

          # re: birt 2.0 is now available....占個(gè)頭位,宣傳一下 2006-09-06 07:36 boddi

          導(dǎo)出excel如何進(jìn)行?謝謝
            回復(fù)  更多評論   

          # re: birt 2.0 is now available....占個(gè)頭位,宣傳一下 2008-04-20 22:15 JackJi

          目前BIRT發(fā)版到2.2版本,對Excel支持很好。還增加了交叉表的設(shè)計(jì)。

          msn: btjy611@hotmail.com  回復(fù)  更多評論   

          主站蜘蛛池模板: 孟津县| 堆龙德庆县| 水城县| 正阳县| 佛冈县| 张家港市| 梅河口市| 姚安县| 正蓝旗| 晋中市| 蒙城县| 江津市| 台山市| 红安县| 怀化市| 五莲县| 年辖:市辖区| 东城区| 仁怀市| 深圳市| 克东县| 瓦房店市| 托里县| 巧家县| 大余县| 磴口县| 瑞丽市| 洪泽县| 延长县| 隆回县| 明光市| 丹寨县| 青田县| 璧山县| 巴林右旗| 德钦县| 高台县| 林西县| 苏尼特左旗| 余江县| 永新县|