ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / DocumentSelection Structure / Items Property

In This Topic
    Items Property (DocumentSelection)
    In This Topic
    Gets currently selected items
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As IList(Of DocumentModel.IPageItem)
    public IList<DocumentModel.IPageItem> Items {get;}
    See Also