efa's blog

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

          導航

          <2006年1月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          2930311234

          統(tǒng)計

          常用鏈接

          留言簿(18)

          我參與的團隊

          隨筆分類

          隨筆檔案

          文章分類

          文章檔案

          Bi report

          dba

          info security

          other

          perl

          php

          python

          tech blogs

          tech websites

          最新隨筆

          搜索

          積分與排名

          最新評論

          閱讀排行榜

          評論排行榜

          birt 2.0 is now available....占個頭位,宣傳一下

          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 還獨立出來(不用依賴eclipse)直接打開 BIRT.exe 就OK.


          個人感覺進步了不少,但負責地說一句,應用到實際項目中我猜想還會有不少的問題,還請大家抱學習的態(tài)度。

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

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

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

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

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

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

          評論

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

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

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

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

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

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

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

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

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

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

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

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

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

          birt 2.1 讓我失望
          沒有任何值得激動的改進

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

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

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

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

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

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

          導出excel如何進行?謝謝
            回復  更多評論   

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

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

          msn: btjy611@hotmail.com  回復  更多評論   

          主站蜘蛛池模板: 同心县| 蒙城县| 台湾省| 六盘水市| 石屏县| 泰安市| 祥云县| 榆社县| 普宁市| 磴口县| 安义县| 黄冈市| 岫岩| 页游| 游戏| 贡山| 康乐县| 吕梁市| 望江县| 天台县| 河曲县| 全南县| 丹东市| 潞西市| 县级市| 荔浦县| 龙门县| 丹阳市| 大理市| 海盐县| 房产| 无棣县| 牙克石市| 常宁市| 突泉县| 湖州市| 永安市| 灵宝市| 贵阳市| 葵青区| 博客|