ActiveReports Developer 7
Annotations Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class : Annotations Property

Glossary Item Box

Gets or sets the annotations associated with the page.

Syntax

Visual Basic (Declaration) 
Public Property Annotations As AnnotationCollection
C# 
public AnnotationCollection Annotations {get; set;}

See Also