Quick start example

This example uses Northwind MS Access database. The report displays data from a table Customers in an output document.

Northwind invoice

This is an example of report similar to Northwind database Invoice report. The report displays data from several tables in an output document.

Northwind invoice 2

This is modification of the previous Northwind Invoice report example. It uses two sql queries to prepare data.

User defined function example

This is a step by step example of creating user defined function with EkUdfList component.

Drawing a picture in the report

This is an example of inserting bitmap in the report with user defined function of type udfrTPicture.

Read template from database BLOB field example

This is an example of inserting rtf report template into Blob field, reading from Blob and making report.