[]
        
(Showing Draft Content)

C1.Report.DataSourceCollection

DataSourceCollection Class

Represents a collection of DataSource objects.

Namespace: C1.Report
Assembly: C1.Report.4.6.2.dll
Syntax
public class DataSourceCollection : ReportObjectNamedList<DataSource>, ICollection<DataSource>, IEnumerable<DataSource>, IList, ICollection, IEnumerable
Public Class DataSourceCollection
    Inherits ReportObjectNamedList(Of DataSource)
    Implements ICollection(Of DataSource), IEnumerable(Of 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.