This demo illustrates how to bind a report to IList data created and populated at runtime.
XtraReports works with all the data objects supported by Visual Studio .NET - OleDb, SQL, etc. And also it's possible to bind a report to XML data or to any data object implementing the IList interface.
This example creates a simple table report containing information on different kinds of fish. This information is stored in a TXT file and loaded at runtime when a report is created. The application reads this file line by line and creates a collection used as a datasource for creating data bindings.