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 "Integration Examples (BIRT)"

Line 17: Line 17:
 
**Stand-Alone Integration
 
**Stand-Alone Integration
 
**Non-Java integration
 
**Non-Java integration
 +
*Report Engine API (2.1)
 +
*:There are significant differences between the 2.1 and 2.2 Report Engine API's these examples are focused on the 2.1 version of BIRT.
 +
** [[Simple Execute (BIRT) 2.1]] - Simple RunAndRender Task Example
 +
** [[Separate Run and Render (BIRT) 2.1]] - This example shows a running and then rendering the report.  It also illustrates getting the TOC from a rptdocument.
 +
** [[Data Extract (BIRT) 2.1]] - This example uses a Data Extract Task on a rptdocument.
 +
** [[Parameter Details (BIRT) 2.1]] - This example displays parameter information retrieved from a report design.
 +
** [[Servlet Example (BIRT) 2.1]] - This example demonstrates how to deploy the BIRT Engine within a servlet.
 +
** [[Portlet Example (BIRT) 2.1]] - This example demonstrates how to deploy the BIRT Engine within a portlet.
 +
** [[RCP Example (BIRT) 2.1]] - Explains deploying the BIRT Viewer within an RCP application
 +
 
*Chart Engine API
 
*Chart Engine API
 
**Simple Chart API examples
 
**Simple Chart API examples

Revision as of 15:06, 4 October 2007

< To: Examples (BIRT)

Introduction

These community examples illustrate using the BIRT APIs and focus on integration.

Categories

  • Chart Engine API
    • Simple Chart API examples

Back to the top