ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Annotations Namespace / AnnotationsPage Class / Items Property

In This Topic
    Items Property (AnnotationsPage)
    In This Topic
    Collection of AnnotationItem.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Items As ObservableCollection(Of AnnotationItem)
    public abstract ObservableCollection<AnnotationItem> Items {get;}
    See Also