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 1: Line 1:
 
 
=== Introduction ===
 
=== Introduction ===
 
For information on the BIRT project
 
For information on the BIRT project
 
see the [http://www.eclipse.org/birt BIRT Homepage].<br>
 
see the [http://www.eclipse.org/birt BIRT Homepage].<br>
This page is dedicated to providing examples for the BIRT Community.  This includes relevant links to report examples 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)]].
+
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 ===
 
=== Examples ===
*BIRT Tutorial - The BIRT Tutorial walks through the creation of 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 [http://www.eclipse.org/birt/phoenix/tutorial/ here].
+
*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[http://www.eclipse.org/birt/phoenix/tutorial/ here.]
  
 
*BIRT Flash Videos - The BIRT Site contains many videos that demonstrate BIRT reporting functionallity.  These examples can be viewed [http://www.eclipse.org/birt/phoenix/examples/ 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.
 
*BIRT Flash Videos - The BIRT Site contains many videos that demonstrate BIRT reporting functionallity.  These examples can be viewed [http://www.eclipse.org/birt/phoenix/examples/ 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 -
+
*Examples in the Source Code - The soure code for BIRT contains many examples.  These often are in the form of test projects.  See the [http://www.eclipse.org/birt/phoenix/build/buildInstructions.php 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.chart.examples - Contains many examples using the charting api.
 
**org.eclipse.birt.report.designer.example.samplereport- Contains sample reports.
 
**org.eclipse.birt.report.designer.example.samplereport- Contains sample reports.
 +
 +
 
[[StoredProcedure (BIRT)]]
 
[[StoredProcedure (BIRT)]]

Revision as of 15:49, 30 January 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 availablehere.
  • 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.


StoredProcedure (BIRT)

Back to the top