ActiveReports.Viewer3 Request technical support
Annotations Property
See Also 


Gets or sets the annotations associated with the page.

Syntax

Visual Basic (Declaration) 
Public Property Annotations As AnnotationCollection
Visual Basic (Usage)Copy Code
Dim instance As Page
Dim value As AnnotationCollection
 
instance.Annotations = value
 
value = instance.Annotations
C# 
public AnnotationCollection Annotations {get; set;}

See Also