ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / Page Class / Annotations Property

In This Topic
    Annotations Property (Page)
    In This Topic
    Annotations. Setter is obsolete and does nothing. Please, use AnnotationCollection's methods to modify it.
    Syntax
    'Declaration
     
    Public Property Annotations As AnnotationCollection
    public AnnotationCollection Annotations {get; set;}
    See Also