I need to know how to control how may lines will display on a report net report.
I have a report that whan I run it it should all fit on one page but only 1/2 of the first page is display on first page
1) Click on a cell for the query you want to expand the number of rows displayed per page.
2) Then click on the list box at the top of the Properties section (lower left-hand side of your screen), and select either 'List' or 'Crosstab' (depending on the type of query you have on your page)
3) Then, look down in the actual Properties section; You should see the 'Rows Per Page' option under the 'Data' subsection.
4) Just enter a high enough number of rows per page, so that you'll be sure that all of the records will always show on the 1st page. (For example, if the report generally only returns 50 - 100 rows, then you could put 500 for 'Rows Per Page').
Hopefully this answers your question.
CArnold40