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

Glossary Item Box

Gets the number of ReportItem objects in the ReportItemCollection.

Syntax

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

Property Value

An Integer indicating the number of ReportItem objects.

See Also