I use data environment control and data report control.
but the distance between two data from database is too large.
it print as below:

name age
tom 20


name age
jerry 21


name age
john 22

I want to the result as below :

name age
tom 20
jerry 21
john 22

how to make the result?
Thanks.