GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : DataSourceCollection Class |
The following tables list the members exposed by DataSourceCollection.
Name | Description | |
---|---|---|
DataSourceCollection Constructor | Initializes a new instance of the DataSourceCollection class. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the DataSourceCollection can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the DataSourceCollection instance. This property cannot be overridden.` (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets a specific DataSource object in the DataSourceCollection by position. |
Name | Description | |
---|---|---|
Add | Adds a DataSource object to the DataSourceCollection. | |
Clear | Removes all objects from the DataSourceCollection instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
IndexOf | Determines the index of a specific DataSource object in the DataSourceCollection. | |
Remove | Removes the specified DataSource object from the DataSourceCollection. | |
RemoveAt | Removes the element at the specified index of the DataSourceCollection instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |