ActiveReports Developer 7
Capacity Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MatrixRowCollection Class : Capacity Property

Glossary Item Box

Gets or sets the number of elements that the CustomPropertyDefinitionCollection can contain.

Syntax

Visual Basic (Declaration) 
Public Property Capacity As System.Integer
C# 
public System.int Capacity {get; set;}

See Also