Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
Moved to [[Integration Examples (BIRT)]]
 +
 +
<!--
 
==BIRT Design Engine API Examples==
 
==BIRT Design Engine API Examples==
 
Several examples of using the DE API are presented below.
 
Several examples of using the DE API are presented below.
 +
 +
This area has been moved to the new examples pages.  This page has been retained to keep the link alive.  Please use this page for DE API integration code.  [[Integration Examples (BIRT)]]
 +
 
Please read the [http://www.eclipse.org/birt/phoenix/deploy/designEngineAPI.php Design Engine API] page to understand how the API works.<br>
 
Please read the [http://www.eclipse.org/birt/phoenix/deploy/designEngineAPI.php Design Engine API] page to understand how the API works.<br>
 
For more examples refer to the test folder under the org.eclipse.birt.report.model project within the BIRT source code.
 
For more examples refer to the test folder under the org.eclipse.birt.report.model project within the BIRT source code.
Line 12: Line 18:
 
* [[Dynamic Table]] - Example illustrating how to create a table with a variable number of columns using the DE API
 
* [[Dynamic Table]] - Example illustrating how to create a table with a variable number of columns using the DE API
 
* [[Execute Modified Report]] - This example uses the previous example in combination with the Report Engine API to modify the currently running report
 
* [[Execute Modified Report]] - This example uses the previous example in combination with the Report Engine API to modify the currently running report
 +
* [[Dynamic Report Servlet]] - This example uses the Dynamic Table example in combination with the Report Engine API to modify the currently running report from within a servlet.
 +
* [[Sample Design Engine example]] - This example uses the DE API to construct a report similar to a sample report that was created using the Report Designer
 +
 +
[[Category:BIRT]]
 +
[[Category:BIRT Example OLD ]]
 +
 +
-->

Latest revision as of 15:37, 4 October 2007

Moved to Integration Examples (BIRT)


Copyright © Eclipse Foundation, Inc. All Rights Reserved.