ActiveReports 6 Online Help
ListDataSource Class
Members 

Represents a report data source based on the IDataRecord and IDataReader members of the .NET Framework.
Object Model
ListDataSource Class
Syntax
'Declaration
 
Public Class ListDataSource 
public class ListDataSource 
Remarks
This class uses the IList interface to bind data from a custom object or a RowCollection to the report.  The interface determines the structure of the data, so that the user needs no additional code to structure it.
Inheritance Hierarchy

System.Object
   DataDynamics.ActiveReports.DataSources.ListDataSource

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListDataSource Members
DataDynamics.ActiveReports.DataSources Namespace

Send Feedback