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 BIRT.  This includes relevant links to report examples and API usage.  We encourage the community to add comments and additional content, as this is what makes BIRT better.  When adding new content please remember to categorize your example in the proper location and add a BIRT version header and a comments section to the bottom.
+
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)]].
 
+
[[Contributing Examples (BIRT)]]
+
 
+
'''This can be done by copying the following to the beginning of your example wiki page.'''<br>
+
<nowiki>
+
== BIRT Version ==
+
</nowiki>
+
<br>BIRT 2.1.1<br>
+
 
+
'''And copying the following to the bottom of your example.<br>'''
+
<nowiki>
+
== Comments ==
+
</nowiki>
+
 
+
Please enter comments below by selecting the edit icon to the right.<br>
+
You will need a Bugzilla account to add comments.
+
  
<nowiki>
 
----
 
</nowiki>
 
  
 
=== Examples ===
 
=== Examples ===

Revision as of 15:43, 30 January 2007

Introduction

For information on the BIRT project see the BIRT Homepage.
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).


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 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 -
    • org.eclipse.birt.chart.examples - Contains many examples using the charting api.
    • org.eclipse.birt.report.designer.example.samplereport- Contains sample reports.

StoredProcedure (BIRT)

Copyright © Eclipse Foundation, Inc. All Rights Reserved.