Como puedo hacer para que no se genere una nueva pagina? y las filas se agregen a continuacion.
You are wanting to know how to limit the size of a report to one page?
yes, only one page.
You will have to decide what the limiting condition is.
If you only want to display the top 16 rows, then limit them in your query.
If you want to try to cram 4 pages of data on to one page, then change your rows to 'shrink to fit'.
how do I do that?