ActiveReports.Viewer3 Request technical support
Count Property
See Also 


Returns the number of Page members in the collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Count As Integer
Visual Basic (Usage)Copy Code
Dim instance As PagesCollection
Dim value As Integer
 
value = instance.Count
C# 
public int Count {get;}

Return Value

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

See Also