ActiveReports Developer 7
ListDataSource Class
Members  See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Data Namespace : ListDataSource Class

Glossary Item Box

Represents a section report data source based on the IDataRecord and IDataReader members of the .NET Framework.

Object Model

ListDataSource Class

Syntax

Visual Basic (Declaration) 
Public Class ListDataSource 
C# 
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