[]
Represents a collection of DataSource objects.
public class DataSourceCollection : ReportObjectNamedList<DataSource>, ICollection<DataSource>, IEnumerable<DataSource>, IList, ICollection, IEnumerable
Name | Description |
---|---|
Report | Gets the FlexReport object owning this collection. |
Name | Description |
---|---|
Add(DataSource) | Adds the DataSource to the collection. |
RemoveAt(int) | Removes an item from the collection. |