[]
        
(Showing Draft Content)

C1.Report.DataSourceCollection

DataSourceCollection Class

Represents a collection of DataSource objects.

Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public class DataSourceCollection : ReportObjectNamedList<DataSource>, ICollection<DataSource>, IEnumerable<DataSource>, IList, ICollection, IEnumerable

Properties

Name Description
Report

Gets the FlexReport object owning this collection.

Methods

Name Description
Add(DataSource)

Adds the DataSource to the collection.

RemoveAt(int)

Removes an item from the collection.