MaxRows
This property limits how many rows will be allowed in the list. If the database will return several thousand records, you may want to limit this list to 500. An alternative is to further restrict the search criteria if using SQL.
Syntax: oMyList.MaxRows = nNum
Alternate: nNum = oMyList.MaxRows
nNum (Long) is a numeric value to limit the rows in the list.
Example:
oMyList.MaxRows = 100
Supported Versions: RFgen 5.0 and higher.