I am trying hard to implement a charting extension to an app that i am developing : so my problem is that I have written some code (the boiler plate one) for doing this in BIRT.
I would like to create a report containing a table that will not fit to one page, since it has too many columns开发者_开发知识库. I want BIRT to create a report that you can print and put the pages ne
I am trying to programmatically create a Radar Chart in my app with BIRT. It seems that BIRT lacks documentation so I am struggling with it (I\'m wondering how it can be so popular with so little docu
Now, since Birt 3.7 has an easier way to use the runtime (just deploy the jars), why is there no maven repository?
The report output i hav开发者_如何转开发e calls for no-column lines. I\'m using a crosstab to generate the data i need, however BIRT crosstabs seem to auto-include its own formatting, namely, gray ce
I\'m trying to model an autono开发者_Go百科mic computing system. Can I use BIRT as thetest-bed?BIRT is a reporting tool (and which, despite its name, has very little business intelligence at all - we
whenever I start and access BIRT and an Eclipse RAP application deployed in Tomcat, Tomcat \"crashes\" (does not accept any new requests). This does not always happen immediately after the first acces
config = new EngineConfig(); config.setEngineHome( \"C:/birt-runtime-3_7_0/ReportEngine\" ); // config.setLogConfig(\"c:/temp\", Level.FINE);
I am trying to create a free form BIRT report. The report is not consisted to rows which have the same columnNames in each row.
In Crystal Reports you can pass SQL directly to a report’s parameter as a string and the SQL is resolved when the report is run.