ActiveReports 8
ListDataSource Class
Members  See Also 
GrapeCity.ActiveReports.v8 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

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