ActiveReports 12
Capacity Property (ExpressionInfoCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions Namespace > ExpressionInfoCollection Class : Capacity Property
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
Syntax
'Declaration
 
Public Property Capacity As Integer
public int Capacity {get; set;}

Property Value

The number of elements that the System.Collections.CollectionBase can contain.
Exceptions
ExceptionDescription
System.Collections.CollectionBase.Capacity is set to a value that is less than System.Collections.CollectionBase.Count.
There is not enough memory available on the system.
See Also

Reference

ExpressionInfoCollection Class
ExpressionInfoCollection Members