ActiveReports Developer 7
Count Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IFixedPagesCollection Interface : Count Property

Glossary Item Box

Gets the count of IFixedPageContent objects in the collection.

Syntax

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

See Also