ActiveReports.Viewer3 Request technical support
Count Property
See Also 


Gets the number of tools in the toolbar tools collection.

Syntax

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

See Also