ActiveReports 12
Capacity Property (StyleSheet)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : Capacity Property
Gets or sets the total number of elements the internal data structure can hold without resizing.
Syntax
'Declaration
 
Public Property Capacity As Integer
public int Capacity {get; set;}

Property Value

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

Reference

StyleSheet Class
StyleSheet Members