Home DevShare Deploying BIRT Reports

Create Data Cube & Xtab DE API example

Share

by JasonW

Forum - 2,000 postsDevShare - 100 postsCommunity Advisor
Posted 25 Sep 2009 - 12:06 PM

(0)  (0)   (1147 views)

By downloading this item, you are agreeing to the Terms of Use for the site.

This example illustrates building a report with a crosstab and data cube using the design engine api.

Birt Version:-

Compile the attached class with the libs from the report runtime download:

birt-runtime-2_5_0ReportEnginelib

Also set BIRT home in the code to wherever you runtime download is: eg

  DesignConfig config = new DesignConfig( );
  config.setBIRTHome("C:/birt/birt-runtime-2_5_0/ReportEngine");

 

Download (2.28 KB)

By downloading this item, you are agreeing to the Terms of Use for the site.



Forum - 50 posts

kevin23_hy

Posted: 27 Sep 2009 - 11:08 PM

finally posted,but why is empty,zero byte file

Forum - 50 posts

kevin23_hy

Posted: 28 Sep 2009 - 08:45 PM

ok,got it.thx posted

Forum - 10 posts

spulci

Posted: 29 Mar 2011 - 06:31 AM

I can't understand why this example does not implement column bindings for datacube measures. Is it correct?

Forum - 2,000 postsDevShare - 100 postsCommunity Advisor

JasonW

Posted: 29 Mar 2011 - 07:04 AM

The inserMeasure method does this automatically when it creates the aggregate. If you look at the bindings tab after the code runs you will see there are two of them.
 
Filter More