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

Glossary Item Box

Gets a value indicating how many items there are in the collection.

Syntax

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

Property Value

An System.Int32 indicating the number of IReportComponents in the collection.

See Also