ActiveReports3 Request technical support
DataDynamics.ActiveReports.DataSources Namespace
See Also  Inheritance Hierarchy
The DataDynamics.ActiveReports.DataSources namespace contains the classes used for report data binding.

Classes

ClassDescription
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