NrOfRows

Declaration: ChartBook.Tables[].NrOfRows: integer;
Specifies the number of rows of the table. Increasing the number of rows preserves all information in the list view, while decreasing its number of rows destroys the information contained in the removed (bottom) rows.

Hint 1: Increasing the number of rows requires considerably more computing time than decreasing it.

Hint 2: Reducing the number of rows of a sorted report list will corrupt the data unless the method CommitSorting is called before changing the number of rows.