ActiveReports3 Request technical support
FieldCollection Class Members
See Also  Properties  Methods  Events


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 PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemOverloaded. Retrieves the specified field object from the collection.
Gets the specified field object from the collection.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds a new field to the collection.
Adds a new field to the collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContainsOverloaded. Returns 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 MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodIndexOf  
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

Public Events

 NameDescription
Public EventClearedFor internal use only.  
Public EventLoadedFor internal use only.  
Public EventModifiedFor internal use only.  
Top

See Also