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

Glossary Item Box

Gets the number of elements contained in the CustomPropertyDefinitionCollection instance. This property cannot be overridden.

Syntax

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

See Also