ActiveReports Developer 7
AnnotationCollection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace : AnnotationCollection Class

Glossary Item Box

The following tables list the members exposed by AnnotationCollection.

Public Constructors

 NameDescription
Public ConstructorAnnotationCollection ConstructorInitializes a new instance of the AnnotationCollection class.  
Top

Public Properties

 NameDescription
Public PropertyBackColorGets or sets the fill color.  
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets the annotation item in the collection.  
Public PropertySelectionServiceGets the information on the selected component(s) and provides events to notify about selection changes. For internal use only.  
Top

Public Methods

 NameDescription
Public MethodAddAdds an annotation to the end of the collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodRefreshForces an annotation to refresh its display.  
Public MethodRemoveRemoves an annotation from the collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also