Questions tagged [birt-emitter]

For questions about Eclipse BIRT emitters which generate reports in various formats for BIRT.

There are many Eclipse BIRT Emitters generating reports in formats such as html, doc, excel-sheet, pdf, etc.

see also

38 questions
0
votes
1 answer

BIRT 4.4.2 Table in a Grid xls

I have a BIRT report containing a grid. In the first column first row, there is a chart. In the first column second row, there is a table which has multiple columns. When exporting to Excel using the spudsoft emitter, the columns of the table are…
Roger
  • 10,851
  • 3
  • 26
  • 39
0
votes
1 answer

Passing blank string as report parameter BIRT

I am using BIRT 4.3 in my Java application. I am passing report parameters from a Java class to BIRT, and then I am displaying those parameters in the final(output) report. If a value I am passing is null, then I want to pass blank string "" as…
Soumitri Pattnaik
  • 3,246
  • 4
  • 24
  • 42
0
votes
1 answer

Page number always show 1 when generating BIRT PDF report

Backgroud: Use Java + BIRT to generate report. Have two methods, 1st is to generate report in viewer and allow user to choose to export it to different format (pdf, xls, word...), 2nd is to call BIRT API to generate report file directly to PDF. All…
Hunter
  • 11
  • 2
  • 4
0
votes
1 answer

Birt: Insufficient memory to execute a report

I'm using Birt 4.4.0 and calling a Java class to run the reports. The sql statement returns not more than 100 lines but I'm getting There is insufficient memory to execute this report error. org.eclipse.birt.report.engine.api.impl.EngineTask…
Smith
  • 1,431
  • 4
  • 18
  • 26
0
votes
1 answer

BIRT csv emitter plugin error: Required parameter Initiator is not set

I implemented the example from docs of this plugin, but I have an exception stating that a parameter Initiator is missed. I don't see this parameter at all. My code is: import java.io.FileInputStream; import java.io.FileNotFoundException; import…
Battle_Slug
  • 2,055
  • 1
  • 34
  • 60
0
votes
2 answers

BIRT csv emitter plugin error -

I am trying to get a CSV from the report using this well-known plugin and the example from its documentation, but it throws an exception. I wonder why, because I just copied most of the code from the doc. My code is: import…
Battle_Slug
  • 2,055
  • 1
  • 34
  • 60
0
votes
2 answers

Birt - generate xls report programmatically

I am using Birt to generate XLS reports. While opening the generated XLS file I got the following message "The file you are trying to open, is in a different format than specified by the file extension. Verify that the file is not corrupted …
User
  • 573
  • 3
  • 15
  • 28
-4
votes
1 answer

BIRT base64 image generation using xml input

My XML input will have a base64 encoded Version of an image. The image is dynamic in nature an cannot be embedded using image-embed image option in BIRT. I am using Version >4 BIRT. I tried the URI option With input as base64 but its not working in…
1 2
3