The DataDynamics.ActiveReports.DataSources namespace contains the classes used for report data binding.
Classes
| Class | Description |
| ListDataSource | Represents a report data source based on the IDataRecord and IDataReader members of the .NET Framework. |
| OleDBDataSource | Represents a report data source based on the OleDb ADO.NET data provider. |
| SqlDBDataSource | Represents a report data source based on the SqlDB ADO.NET data provider. |
| XMLDataSource | Represents a report data source based on an XML document and an XPath pattern to select the XML nodes used as records in the data source. |
See Also