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

 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Examples (BIRT)]]
+
{{Backlink|Examples (BIRT)}}
 
== Introduction ==  
 
== Introduction ==  
 
These community examples illustrate features that are available within the BIRT designer.
 
These community examples illustrate features that are available within the BIRT designer.
Line 8: Line 8:
 
**Data Source
 
**Data Source
 
**Accessing and Binding Data
 
**Accessing and Binding Data
 +
***[[Joined Data Set - RowNumber (BIRT)]]
 
***Scripted Data Source
 
***Scripted Data Source
 
***XML Data Source
 
***XML Data Source
 
***[[StoredProcedure (BIRT)]]
 
***[[StoredProcedure (BIRT)]]
 +
***[[Change Database URL at runtime based on Parameter (BIRT)]]
 
***JNDI Data Source
 
***JNDI Data Source
 +
***[[Web Service Data Source (BIRT)]]
 +
**Parameters
 +
***[[Link a Dynamic Report parameter to a Data Set parameter (BIRT)]]
 +
***[[Dynamic Default Values]]
 +
***[[Null Report Parameter Passed to Data Set (BIRT)]]
 
**Retrieving Data
 
**Retrieving Data
 
***Specifying Data to retrieve from an XML data source
 
***Specifying Data to retrieve from an XML data source
 
**Sorting and Grouping Data
 
**Sorting and Grouping Data
 +
***Sorting
 +
****[[Example - Sort Table based on parameter (BIRT)]]
 
***Grouping
 
***Grouping
 +
****[[GroupSeparator (BIRT)]]
 
***Nested Groups
 
***Nested Groups
 
***Aggregrating Data
 
***Aggregrating Data
 
**Report Elements
 
**Report Elements
 
***Nested Tables
 
***Nested Tables
 +
****[[MasterDetailOneReport (BIRT)]]
 +
****[[Nested Tables using two Scripted data sets (BIRT)]]
 +
***Cross Table
 +
****[[Cross Table Revenue By Product (BIRT)]]
 
***Dynamic Image
 
***Dynamic Image
**Writing Expressions
+
****[[Image By Building byte array in Expression (BIRT)]]
***BIRT Functions
+
**Expression Builder - Writing Expressions
 +
***[[BIRT Functions (BIRT)]]
 
***Native JavaScript Functions
 
***Native JavaScript Functions
 
**Filtering Data
 
**Filtering Data
 
***Best Practices about where to filter
 
***Best Practices about where to filter
 
**Scripting
 
**Scripting
 +
***[[Adding an Object to the Application Context for the Viewer (BIRT)]]
 
***[[Logging The Events - Show the Typical Log Stack (BIRT)]]
 
***[[Logging The Events - Show the Typical Log Stack (BIRT)]]
 
***[[Global Functions - Useful JavaScript Functions (BIRT)]]
 
***[[Global Functions - Useful JavaScript Functions (BIRT)]]
 +
***[[Retrieve Session information in Script (BIRT)]]
 
***JavaScript Event Handlers
 
***JavaScript Event Handlers
 
***Java Event Handlers
 
***Java Event Handlers
 +
***Calling The Design Engine API from Script
 +
****[[Add Map Rule in beforeFactory (BIRT)]]
 +
****[[Add Visibility Rule in beforeFactory (BIRT)]]
 +
**Format Report Designs
 +
***Highlight Rules
 +
****[[Alternate Color On Group Rows (BIRT)]]
 +
***Styles
 
**Shared Report Development
 
**Shared Report Development
 
***Templates
 
***Templates
 
***Libraries
 
***Libraries
 
**Charts
 
**Charts
 +
***[[Calling the Simple Chart API from Script(BIRT)]]
 
***Displaying Data in Charts - Series Definitions
 
***Displaying Data in Charts - Series Definitions
 
***Adding a Chart to a Report Design
 
***Adding a Chart to a Report Design
[[Category:Birt]]
+
 
[[Category:Birt Example]]
+
[[Category:BIRT]]
[[Category:Birt Example Report]]
+
[[Category:BIRT Example]]
 +
[[Category:BIRT Example Report]]

Latest revision as of 13:44, 11 December 2007

< To: Examples (BIRT)

Introduction

These community examples illustrate features that are available within the BIRT designer.

Categories

Back to the top