GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Data Namespace : FieldCollection Class |
The following tables list the members exposed by FieldCollection.
Name | Description | |
---|---|---|
FieldCollection Constructor | Initializes a new instance of the FieldCollection class. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the FieldCollection can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the FieldCollection instance. (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets the Field object at the specified indexed location in the FieldCollection. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a new field to the collection. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Overloaded. Returns a value indicating whether the field collection contains a field with the specified name. | |
CopyTo | Copies fields from the collection to an array, starting at a particular array index. | |
Dispose | Releases the fields collection from memory. | |
IndexOf | Finds the index number of the specified field in the collection. | |
Insert | Inserts an existing field in the fields collection at the specified location. | |
Remove | Overloaded. Removes the specified field from the collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |