ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / ListDataSource Class
Members

In This Topic
    ListDataSource Class
    In This Topic
    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 
       Implements IListDataSource 
    public class ListDataSource : IListDataSource  
    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