The DataDynamics.ActiveReports.DataSources namespace contains the classes used for report data binding.
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. |
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.