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)"

 
(Introduction)
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Backlink|BIRT Project}}
 
=== 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 of BIRT usage.  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 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)]].
  
'''This can be done by copying the following to the beginning of your example wiki page.'''<br>
+
=== Examples ===
<nowiki>
+
*'''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 Version ==
+
</nowiki>
+
<br>BIRT 2.1.1<br>
+
  
'''And copying the following to the bottom of your example.<br>'''
+
*'''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.
<nowiki>
+
== Comments ==
+
</nowiki>
+
  
Please enter comments below by selecting the edit icon to the right.<br>
+
*'''Examples in the Source Code''' - The soure code for BIRT contains many examplesThese often are in the form of test projectsSee 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:
You will need a Bugzilla account to add comments.
+
**org.eclipse.birt.chart.examples - Contains many examples using the charting api.
 
+
**org.eclipse.birt.report.designer.example.samplereport- Contains sample reports.
<nowiki>
+
**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.
</nowiki>
+
 
+
=== Examples ===
+
*BIRT Tutorial - The BIRT Tutorial walks through the creation of grouped reportIt explains most of the views available and is an excellent starting point for someone who is new to BIRTThe 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.
+
*'''Community Examples''' - This section of the wiki contains examples provided by the community.
 +
**[[(BIRT) Java Constants]] - Useful constants used in BIRT reporting for DEAPI and REAPI
 +
**[[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.
  
*Examples in the Source Code -
+
[[Category:BIRT]]
 +
[[Category:BIRT Example]]

Latest revision as of 16:09, 11 March 2010

< To: BIRT Project

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.

Back to the top