ActiveReports 12
Capacity Property (ParameterValueCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterValueCollection Class : Capacity Property

Gets or sets the number of elements that the ParameterValueCollection 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

ParameterValueCollection Class
ParameterValueCollection Members