ActiveReports Developer 7
FieldCollection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Data Namespace : FieldCollection Class

Glossary Item Box

The following tables list the members exposed by FieldCollection.

Public Constructors

 NameDescription
Public ConstructorFieldCollection ConstructorInitializes a new instance of the FieldCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCapacityGets or sets the number of elements that the FieldCollection can contain.
(Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the FieldCollection instance. (Inherited from System.Collections.CollectionBase)
Public PropertyItemOverloaded. Gets the Field object at the specified indexed location in the FieldCollection.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds a new field to the collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContainsOverloaded. 

Returns a value indicating whether the field collection contains a field with the specified name.

 
Public MethodCopyToCopies fields from the collection to an array, starting at a particular array index.  
Public MethodDisposeReleases the fields collection from memory.  
Public MethodIndexOfFinds the index number of the specified field in the collection.  
Public MethodInsertInserts an existing field in the fields collection at the specified location.  
Public MethodRemoveOverloaded. Removes the specified field from the collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also