ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / BitmapCachedDocumentModel Class / SelectItems Method
The index of page.
The rectangle inside wich items are selected.
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 (BitmapCachedDocumentModel)
    In This Topic
    Select items of the page inside the determined rectangle.
    Syntax
    'Declaration
     
    Public Overrides Sub SelectItems( _
       ByVal pageIndex As Integer, _
       ByVal frame As Rect, _
       ByVal append As Boolean _
    ) 
    public override void SelectItems( 
       int pageIndex,
       Rect frame,
       bool append
    )

    Parameters

    pageIndex
    The index of page.
    frame
    The rectangle inside wich items are selected.
    append
    Determines whether to append new items to the existing selection(true) or to override the selection with the new items(false)
    See Also