Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BIRT Design Engine API"

Line 2: Line 2:
 
Several examples of using the DE API are presented below.
 
Several examples of using the DE API are presented below.
 
Please read the [http://www.eclipse.org/birt/phoenix/deploy/designEngineAPI.php Design Engine API]
 
Please read the [http://www.eclipse.org/birt/phoenix/deploy/designEngineAPI.php Design Engine API]
 +
For more examples refer to the test folder under the org.eclipse.birt.report.model project within the BIRT the source code.
 
page to understand how the API works.
 
page to understand how the API works.
  

Revision as of 23:27, 11 October 2006

BIRT Design Engine API Examples

Several examples of using the DE API are presented below. Please read the Design Engine API For more examples refer to the test folder under the org.eclipse.birt.report.model project within the BIRT the source code. page to understand how the API works.

Add comments at the end of the example.


  • Simple Create - Simple example to illustrate creating a report using the DE API
  • Dynamic Table - Example illustrating how to create a table with a variable number of columns using the DE API

Back to the top