[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Annotations.AnnotationCollection

AnnotationCollection Class

Represents a collection that contains a set of annotations.

Inheritance
AnnotationCollection
Namespace: GrapeCity.ActiveReports.Document.Section.Annotations
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public class AnnotationCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
AnnotationCollection()

Initializes a new instance of AnnotationCollecion class.

Properties

Name Description
BackColor

Gets or sets the background color.

this[int]

Gets the item at the specified index.

Methods

Name Description
Add(Annotation)

Adds an annotation to the end of the collection.

OnClearComplete()

Calls when clearing the contents of the CollectionBase instance is complete.

OnInsertComplete(int, object)

Calls after inserting a new item into the CollectionBase instance.

OnRemoveComplete(int, object)

Calls after removing a new item into the CollectionBase instance.

Refresh(Annotation)

Updates the annotation display.

Remove(Annotation)

Removes the specified annotation.

Events

Name Description
AnnotationAdded

The event occurs when annotation was just added.

AnnotationRemoved

The event occurs when annotation was just removed.

CollectionCleared

The event occurs when annotation was cleared.