ActiveReports Developer 7
Count Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PagesCollection Class : Count Property

Glossary Item Box

Returns the number of Page members in the collection.

Syntax

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

Property Value

Integer value that represents the number of pages in the collection.

See Also