So, You can see that all the informations is related to Person and It's not a hierarchy. Then I can't use groups

let me try to show for you.
+-----------------+
| Page 1
|
| Person
| Job 1
| Job 2
| Job n
| Acount 1
| Acount 2
| Acount n
| Kid 1
| Kid 2
| Kid n
|
+-----------------+
+-----------------+
| Page 2
|
| Person
| Job 1
| Job 2
| Job n
| Acount 1
| Acount 2
| Acount n
| Kid 1
| Kid 2
| Kid n
|
+-----------------+
+-----------------+
| Page n
|
| Person
| Job 1
| Job 2
| Job n
| Acount 1
| Acount 2
| Acount n
| Kid 1
| Kid 2
| Kid n
|
+-----------------+
I make things like it using a resource called "SubReport" in another tool with DELPHI.
In this another tool one sub report is a report inside other. Then, I can have information "non related" in same report.
How can I do something like it using StimulReport ?
+-----------------+
| Page n
|
| Person
|+-------+
|| Job 1 |
|| Job 2 |------------------- subrepot
|| Job n |
|+-------+
|
|+----------+
|| Acount 1 |
|| Acount 2 |---------------- subrepot
|| Acount n |
|+----------+
|
|+------+
|| Kid 1 |
|| Kid 2 |-------------------- subrepot
|| Kid n |
||+-----+
|
+-----------------+
[]s
Herbert Pimentel