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 Report Engine API"

 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
Moved to [[Integration Examples (BIRT)]]
 +
<!--
 
==BIRT Report Engine API Examples==
 
==BIRT Report Engine API Examples==
 
Several examples of using the RE API are presented below.
 
Several examples of using the RE API are presented below.
Line 10: Line 12:
 
* [[Simple Execute]] - Simple RunAndRender Task Example
 
* [[Simple Execute]] - Simple RunAndRender Task Example
 
* [[Separate Run and Render]] - This example shows a running and then rendering the report.  It also illustrates getting the TOC from a rptdocument.
 
* [[Separate Run and Render]] - This example shows a running and then rendering the report.  It also illustrates getting the TOC from a rptdocument.
* [[Data Extract]] - Data Extract Task, used on a rptdocument.
+
* [[Data Extract]] - This example uses a Data Extract Task on a rptdocument.
 
* [[Parameter Details]] - This example displays parameter information retrieved from a report design.
 
* [[Parameter Details]] - This example displays parameter information retrieved from a report design.
* [[Servlet Example]] - This example demonstrate how to deploy the BIRT Engine within a servlet.
+
* [[Servlet Example]] - This example demonstrates how to deploy the BIRT Engine within a servlet.
* [[RCP Example]] - An example of deploying the BIRT Viewer within an RCP application
+
* [[Portlet Example]] - This example demonstrates how to deploy the BIRT Engine within a portlet.
 +
* [[RCP Example]] - Explains deploying the BIRT Viewer within an RCP application
 +
-->

Latest revision as of 15:32, 4 October 2007

Moved to Integration Examples (BIRT)

Back to the top