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

Line 19: Line 19:
 
**[[Integration Examples (BIRT)]] - Examples of using the Design, Charting and Report Engine APIs are covered in this topic.
 
**[[Integration Examples (BIRT)]] - Examples of using the Design, Charting and Report Engine APIs are covered in this topic.
 
**[[Extention Examples (BIRT)]] - The main focus of this category is to provide examples of extending BIRT functionality.  This includes ODAs, emitters, new Chart Types, etc.
 
**[[Extention Examples (BIRT)]] - The main focus of this category is to provide examples of extending BIRT functionality.  This includes ODAs, emitters, new Chart Types, etc.
 +
 +
[[Category:Birt]]
 +
[[Category:Birt Example]]

Revision as of 10:48, 29 March 2007

Introduction

For information on the BIRT project see the BIRT Homepage.
This page provides links to BIRT Examples. This includes relevant links to report examples, extensions and API usage. We encourage you to add comments and additional content, as this is what makes BIRT better. When adding new content please remember to follow the guidelines addressed in Contributing Examples (BIRT).

Examples

  • BIRT Tutorial - The BIRT Tutorial is a step by step example of building a grouped report. It explains most of the views available and is an excellent starting point for someone who is new to BIRT. The Tutorial is available here.
  • BIRT Flash Videos - The BIRT Site contains many videos that demonstrate BIRT reporting functionallity. These examples can be viewed here. The examples under Reporting Feature Examples are Flash videos that walk through utilizing a particular BIRT Feature. This page also contains a link for solution reports that demonstrate using BIRT to build business forms.
  • Examples in the Source Code - The soure code for BIRT contains many examples. These often are in the form of test projects. See the Building BIRT page for more details on checking out the source code. Some examples are listed below:
    • org.eclipse.birt.chart.examples - Contains many examples using the charting api.
    • org.eclipse.birt.report.designer.example.samplereport- Contains sample reports.
    • org.eclipse.birt.report.tests.model.api - Design Engine API examples.
    • org.eclipse.birt.report.tests.engine.api - Contains many examples of using the Report Engine API.
  • Community Examples - This section of the wiki contains examples provided by the community.
    • Report Developer Examples (BIRT) - These examples focus on report development features, such as scripting, grouping, highlighting, etc.
    • Integration Examples (BIRT) - Examples of using the Design, Charting and Report Engine APIs are covered in this topic.
    • Extention Examples (BIRT) - The main focus of this category is to provide examples of extending BIRT functionality. This includes ODAs, emitters, new Chart Types, etc.

Back to the top