On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.
Discussions
Asynchronous invocation of reports
Does BIRT support asynchronous invocation of reports? I am looking for a run method that gives me a job id of some kind and i can query BIRT using the job id and get the status of the report execution?
BIRT JBoss - Tomcat deployment
I am planning to write code on the back end / application server (JBoss) to get the report definition from the database, and run the report using the BIRT API <br /> <br /> The front end (Tomcat) will make a call to the back end to run a particular report passing in the report parameters.<br /> <br /> Tomcat and JBoss live…
Set a XML DataSource programmatically
Hello World,<br /> <br /> Here is what I am trying to do:-<br /> <br /> I have created a report called test.rptdesign. I have specified a XSD file as the datasource of my report and the report's dataset contains the elements in the XSD schema.<br /> <br /> right, now I am want to invoke this report programmatically. I have…