ActiveReports 12
ListDataSource Class
Members 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Data Namespace : ListDataSource Class
Represents a section 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
   GrapeCity.ActiveReports.Data.ListDataSource

See Also

Reference

ListDataSource Members
GrapeCity.ActiveReports.Data Namespace