Examples
Bank statement
- Uses data defined client-side in a JavaScript object
- Report defined on the fly using report builder API
- Chart from sub-data in the JSON structure
- Tables from sub-data in the JSON structure
- Styling report elements with CSS
Simple tabular report with groupings
- Nested groupings
- Summaries at various group levels
- Number formatting
Charts
- Shows how to render a pie chart over grouped data
Report designer
- Shows how to embed the designer as a component in your web page
Pivot table (cross-tab)
- Demonstrates transforming data rows into columns based on unique values (pivoting)
- Summarizes data by pivot row & column
- Computes totals against pivoted data
Joined data sources
- Joins two separately defined data sources based on common keys
Drill-down across data sources
- Groups data from one data source and nests related data from a second source within the top-level groups
Barcode (simple printable label)
- Demonstration of precisely positioning barcode and text elements for printing labels