ActiveReports 10
SelectItems Method (ISelectableDocument)

GrapeCity.ActiveReports.Viewer.Win.v10 Assembly > GrapeCity.Viewer.Common.Model Namespace > ISelectableDocument Interface : SelectItems Method
Adds items within specific frame on particular page to current selection
Syntax
'Declaration
 
Sub SelectItems( _
   ByVal pageIndex As Integer, _
   ByVal frame As Rect _
) 
void SelectItems( 
   int pageIndex,
   Rect frame
)

Parameters

pageIndex
frame
See Also

Reference

ISelectableDocument Interface
ISelectableDocument Members