Learn working with different data sources.
This section contains:
- Bound Data
- Demonstrates binding to ADO.NET Data objects.
- IList Binding
- Demonstrates creating a custom collection that stores data from the database in the List. The custom collection is displayed by binding data to the DataGridView control by using the DataSource property of this control.
- LINQ
- The LINQ sample demonstrates how to use LINQ in an ActiveReports report.
- Unbound Data
- The Unbound Data sample demonstrates how to create a dataset for a section report and use the FetchData event to populate the Fields collection to display the report unbound data.
- XML
- This sample demonstrates how to create a report with XML data, using a SubReport or using the XML hierarchical structure.
See Also