Questions tagged [birt-deapi]

The BIRT Design Engine API is an API to create BIRT Reports by source code.

Documentation Introduction

The BIRT Design Engine API prodives a Java API to create BIRT Reports without the graphical Eclipse BIRT Report Designer.

26 questions
0
votes
2 answers

Birt Report No active server found

I am starting with spagobi framework and spagobi studio.I used SpagoBI studio to create BIRT report.when I try to deploy the report on the SpagoBI server this error message appears: the log file : 2017-05-10 ERROR…
0
votes
0 answers

"A BIRT exception occurred: Can not convert the value of Bruce to Double type.. See next exception for more information."

Hi I am trying to develop birt cross tab report, but i am getting below error. please give me some solution to solve this. The following items have errors: ReportDesign (id = 1): - A BIRT exception occurred: Can not convert the value of Bruce to…
abc
  • 31
  • 1
  • 2
  • 5
0
votes
1 answer

BIRT Report through BIRT Report Viewer on Tomcat

I am a newbie to BIRT and Tomcat Development. I have deployed the BIRT Report Viewer on Tomcat and restarted the Tomcat. The Tomcat and the birt-viewer both are working fine. The simple report is working fine on OpenText Analytics BIRT…
Mufaddal
  • 558
  • 5
  • 24
0
votes
1 answer

How to change the Font of the text in Birt DEAPI

I have created a Birt report in which I defined a Segoeuii font-family to the text it works fine in windows but when it come of Unix OS it change all the fonts to the Times new Roman it is somehow because the font is not present in the Unix file…
Root
  • 955
  • 1
  • 16
  • 39
0
votes
1 answer

Add toolbar to dynamically generated BIRT report

I am using IReportEngine to open a template report and IReportRunnable to created the elements of the report. Then IRunAndRenderTask to display the report and return it as HTML. what I don't know is how to add the Birt toolbar and the navigation…
0
votes
0 answers

How to insert URL image with JPEG extension

How to attach image with JPEG extension using a URL? A file with extension JPG work fine in BIRT report system.
Rinat Mukhamedgaliev
  • 5,401
  • 8
  • 41
  • 59
0
votes
2 answers

How to restart page number from 1 in different group of BIRT report

Backgroud: Use Java + BIRT to generate report. Generate report in viewer and allow user to choose to export it to different format (pdf, xls, word...). All program are in "Layout", no program in "Master Page". Have 1 "Data Set". The fields in…
Hunter
  • 11
  • 2
  • 4
-1
votes
1 answer

In birt report table not properly fit into pdf size

enter image description here how to fit the birt report table not properly fit into pdf size because it showing only few data
-1
votes
1 answer

BIRT report running generates NoClassDefFoundError

I created simple app to generate pdf report using Eclipse BIRT. I loaded jars from ReportEngine folder into project build path. Code looks like this: EngineConfig config; try{ config = new EngineConfig( ); config.setEngineHome(…
djoleasterix
  • 51
  • 1
  • 6
-1
votes
1 answer

How can I add multiple charts in row

My requirement is to draw 3 charts in a row and break the row after that for next sequence of charts
swapy
  • 290
  • 2
  • 9
-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