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

In This Topic
    Items Property (Selection)
    In This Topic
    Gets selected items
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As IEnumerable(Of AnnotationItem)
    public IEnumerable<AnnotationItem> Items {get;}
    See Also