C1.WPF.FlexReport.4 Assembly > C1.WPF.FlexReport Namespace : DataSourceCollection Class |
The following tables list the members exposed by DataSourceCollection.
Name | Description | |
---|---|---|
![]() | Count | (Inherited from C1.WPF.FlexReport.ReportObjectList<DataSource>) |
![]() | Item | Overloaded. Gets the element with specified name. (Inherited from C1.WPF.FlexReport.ReportObjectList<DataSource>) |
![]() | Report | Overridden. Gets the C1FlexReport object owning this collection. |
Name | Description | |
---|---|---|
![]() | Add | Adds the DataSource to the collection. |
![]() | Contains | Overloaded. Determines whether the collection contains an item with specified name. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<DataSource>) |
![]() | CopyTo | (Inherited from C1.WPF.FlexReport.ReportObjectCollection<DataSource>) |
![]() | FindByName | Gets the item by its name, returns null if not found. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<DataSource>) |
![]() | IndexByName | Gets the index of the element by its name. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<DataSource>) |
![]() | IndexOf | Gets the index of the element. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<DataSource>) |
![]() | Move | Moves the item with the specified index to a new new position specified by newIndex. (Inherited from C1.WPF.FlexReport.ReportObjectCollection<DataSource>) |
![]() | RemoveAt | Removes an item from the collection. |