I'm trying to print a header and a datasource inside another datasource.
What I want is: after the inside datasource is finished, comes immediately after it the other header.
But the header is overlapping the datasource, like this:
What I want is the header to respect the begining and the end of the inside datasource.
Which property do I need to change?
Thanks