Bar Charts
The sample demonstrates how to add bar charts to report. The data for the chart is bound to data records in a database.
Barcodes
The bar code report element is used here to create a report that generates event tickets.
Business Cards
The sample shows a report that creates business cards, which are organized in such manner that they take as little space as possible.
Custom Report Items
The sample demonstrates the use of the CustomReportItem report item in order to embed WPF controls in a report. In this sample an area of the report item is filled with a gradient brush. The width of the area depends on the value of the item.
Exporting
The sample shows you how to export a report to various image formats (PNG, JPG, BMP, TIFF and more) as well as PDF, HTML and XPS.
Invoices
The sample shows a data bound report that generates invoices. The report is bound to a database.
Line Chart
The sample shows how to integrate and customize the line chart report item. The data for the chart comes from a collection of custom ChartData objects.
Linq Binding
The sample shows you how to bind a report to an XML data source using LINQ.
List Binding
The sample demonstrates how to bind a report to a list of arbitrary objects.
Northwind Traders
The sample uses the different report items and a custom ImageConverter class to extract data from the Northwind database and generate reports grouped per item category.
Portfolio
The sample displays portfolios for employees of an organization in a presentable manner. One of the things to note is the rotation of images at arbitrary angles.
Simple Data Bound Report
A very simple report that shows the employees of an organization. The data is taken from the Northwind database.
Tutorial 1
This tutorial shows you the basics: how to arrange and size text fields and how to bind their data to database fields.
Tutorial 2
This tutorial shows you how to group report data into categories and how to assign an image report item to each category.
Tutorial 3
The tutorial introduces alternating colors to data records and background for the data header.