Close
dtSearch .NET Standard API 2023.02
SearchReportJob.SelectItems Method

Select a range of items in the SearchResults.

public void SelectItems( int iFirst, int iLast );

iFirstItem and iLastItem are 0-based indexes into the SearchResults list, so the range of permissible values is 0 to Count-1.