ActiveReports Developer 7
ExpressionInfoCollection Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions Namespace : ExpressionInfoCollection Class

Glossary Item Box

The following tables list the members exposed by ExpressionInfoCollection.

Public Constructors

 NameDescription
Public ConstructorExpressionInfoCollection ConstructorInitializes a new instance of ExpressionInfoCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCapacity

Gets or sets the number of elements that the ExpressionInfoCollection can contain.

(Inherited from System.Collections.CollectionBase)
Public PropertyCount

Gets the number of elements contained in the ExpressionInfoCollection instance.

(Inherited from System.Collections.CollectionBase)
Public PropertyItemGets the ExpressionInfo object by specified index.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a new ExpressionInfo into the ExpressionInfoCollection.  
Public MethodAddRangeAdds a range of ExpressionInfo into the ExpressionInfoCollection.  
Public MethodClearRemoves all objects from the ExpressionInfoCollection instance. (Inherited from System.Collections.CollectionBase)
Public MethodInsertInserts a new a ExpressionInfo into the ExpressionInfoCollection at the specified location.  
Public MethodRemoveAtRemoves the ExpressionInfo at the specified index of the ExpressionInfoCollection instance. (Inherited from System.Collections.CollectionBase)
Public MethodToArrayCopies the elements of the ExpressionInfoCollection to a new array.  
Top

Public Events

 NameDescription
Public EventItemAddedOccurs immediately after adding an item to the collection.  
Public EventItemRemovedOccurs immediately after removing an item from the collection.  
Top

See Also