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

(Categories)
 
(12 intermediate revisions by 2 users not shown)
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
 
**Parameters
 +
***[[Link a Dynamic Report parameter to a Data Set parameter (BIRT)]]
 
***[[Dynamic Default Values]]
 
***[[Dynamic Default Values]]
 
***[[Null Report Parameter Passed to Data Set (BIRT)]]  
 
***[[Null Report Parameter Passed to Data Set (BIRT)]]  
Line 18: Line 22:
 
***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)]]
 
****[[GroupSeparator (BIRT)]]
Line 25: Line 31:
 
***Nested Tables
 
***Nested Tables
 
****[[MasterDetailOneReport (BIRT)]]
 
****[[MasterDetailOneReport (BIRT)]]
 +
****[[Nested Tables using two Scripted data sets (BIRT)]]
 +
***Cross Table
 +
****[[Cross Table Revenue By Product (BIRT)]]
 
***Dynamic Image
 
***Dynamic Image
 
****[[Image By Building byte array in Expression (BIRT)]]
 
****[[Image By Building byte array in Expression (BIRT)]]
Line 33: Line 42:
 
***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)]]
Line 40: Line 50:
 
***Calling The Design Engine API from Script
 
***Calling The Design Engine API from Script
 
****[[Add Map Rule in beforeFactory (BIRT)]]
 
****[[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

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