ActiveReports.Viewer3 Request technical support
Add Method
See Also 


annotation
Adds an annotation to the end of the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Add( _
   ByVal annotation As Annotation _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnotationCollection
Dim annotation As Annotation
 
instance.Add(annotation)
C# 
public void Add( 
   Annotation annotation
)

Parameters

annotation

See Also