GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Expressions Namespace : ExpressionInfoCollection Class |
The following tables list the members exposed by ExpressionInfoCollection.
Name | Description | |
---|---|---|
ExpressionInfoCollection Constructor | Initializes a new instance of ExpressionInfoCollection class. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the ExpressionInfoCollection can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the ExpressionInfoCollection instance. (Inherited from System.Collections.CollectionBase) | |
IsReadOnly | ||
Item | Gets the ExpressionInfo object by specified index. |
Name | Description | |
---|---|---|
Add | Adds a new ExpressionInfo into the ExpressionInfoCollection. | |
AddRange | Adds a range of ExpressionInfo into the ExpressionInfoCollection. | |
Clear | Removes all objects from the ExpressionInfoCollection instance. (Inherited from System.Collections.CollectionBase) | |
Contains | ||
CopyTo | ||
IndexOf | ||
Insert | Inserts a new a ExpressionInfo into the ExpressionInfoCollection at the specified location. | |
Remove | ||
RemoveAt | Removes the ExpressionInfo at the specified index of the ExpressionInfoCollection instance. (Inherited from System.Collections.CollectionBase) | |
ToArray | Copies the elements of the ExpressionInfoCollection to a new array. |
Name | Description | |
---|---|---|
ItemAdded | Occurs immediately after adding an item to the collection. | |
ItemRemoved | Occurs immediately after removing an item from the collection. |