ActiveReports 11
ExpressionInfoCollection Class Members
Properties  Methods  Events

GrapeCity.ActiveReports.v11 Assembly > GrapeCity.ActiveReports.Expressions Namespace : ExpressionInfoCollection Class

The following tables list the members exposed by ExpressionInfoCollection.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of ExpressionInfoCollection class.  
Top
Public Properties
 NameDescription
Public Property

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

(Inherited from System.Collections.CollectionBase)
Public Property

Gets the number of elements contained in the ExpressionInfoCollection instance.

(Inherited from System.Collections.CollectionBase)
Public PropertyGets a value indicating whether the ExpressionInfoCollection is read-only.  
Public PropertyGets the ExpressionInfo object by specified index.  
Top
Public Methods
 NameDescription
Public MethodAdds a new ExpressionInfo into the ExpressionInfoCollection.  
Public MethodAdds a range of ExpressionInfo into the ExpressionInfoCollection.  
Public MethodRemoves all objects from the ExpressionInfoCollection instance. (Inherited from System.Collections.CollectionBase)
Public MethodDetermines whether the ExpressionInfoCollection contains a specific value.  
Public MethodCopies the elements of the ExpressionInfoCollection to an System.Array, starting at a particular System.Array index.  
Public MethodDetermines the index of a specific item in the ExpressionInfoCollection.  
Public MethodInserts a new a ExpressionInfo into the ExpressionInfoCollection at the specified location.  
Public MethodRemove item from collection  
Public MethodRemoves the ExpressionInfo at the specified index of the ExpressionInfoCollection instance. (Inherited from System.Collections.CollectionBase)
Public MethodCopies the elements of the ExpressionInfoCollection to a new array.  
Top
Public Events
 NameDescription
Public EventOccurs immediately after adding an item to the collection.  
Public EventOccurs immediately after removing an item from the collection.  
Top
See Also

Reference

ExpressionInfoCollection Class
GrapeCity.ActiveReports.Expressions Namespace