ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / ISelectableDocument Interface / SelectItems Method
Determines whether to append new items to the existing selection(true) or to override the selection with the new items(false)

In This Topic
    SelectItems Method (ISelectableDocument)
    In This Topic
    Adds items within specific frame on particular page to current selection
    Syntax
    'Declaration
     
    Sub SelectItems( _
       ByVal pageIndex As Integer, _
       ByVal frame As Rect, _
       ByVal append As Boolean _
    ) 
    void SelectItems( 
       int pageIndex,
       Rect frame,
       bool append
    )

    Parameters

    pageIndex
    frame
    append
    Determines whether to append new items to the existing selection(true) or to override the selection with the new items(false)
    See Also