ActiveReports 12
Count Property (AnnotationCollection)

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace > AnnotationCollection Class : Count Property
Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
public int Count {get;}

Property Value

The number of elements contained in the System.Collections.CollectionBase instance.Retrieving the value of this property is an O(1) operation.
See Also

Reference

AnnotationCollection Class
AnnotationCollection Members