ActiveReports 12
Capacity Property (LayerCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > LayerCollection 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

LayerCollection Class
LayerCollection Members