This example illustrates the process of creating a report in code in a WPF application.
The following steps are essential to create a report layout:
1. Create a report instance and bind it to data.
2. Add required bands to the report.
3. Add required controls to the created bands and provide data to them.
After the report layout is complete, you can generate the report document and display it in a Print Preview.