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