Hi, i have this problem: suppose to use this file xml like datasoruce: <RECORD> <DATA> <COD>COD01 </COD> <DESC1>RITIRO E SMALTIMENTO RIFIUTI</DESC1> <DESC2>SPECIALI (XXX) FFFFF</DESC2> <DESC3>DESCRIZIONE 3</DESC3> <DESC4>DESCRIZIONE 4</DESC4> <DESC5>DESCRIZIONE 5</DESC5> <DESC6>DESCRIZIONE 6</DESC6> </DATA> <DATA> <COD>COD02 </COD> <DESC1>SMALTIMENTO VS RIFIUTI COD.</DESC1> <DESC2>MAG. 51900 CER 150106</DESC2> <DESC3>DESCRIZIONE 3</DESC3> <DESC4>DESCRIZIONE 4</DESC4> <DESC5>DESCRIZIONE 5</DESC5> <DESC6>DESCRIZIONE 6</DESC6> </DATA> <DATA <COD>COD03 </COD> <DESC1>SMONTAGGIO, RIMOZIONE E BONI-</DESC1> </DATA> <DATA <COD>COD04</COD> <DESC1>DES1. CONT.10 LT.</DESC1> <DESC2>DES2. CONT.10 LT.</DESC2> <DESC3>DESCRIZIONE 3</DESC3> <DESC4>DESCRIZIONE 4</DESC4> <DESC5>DESCRIZIONE 5</DESC5> <DESC6>DESCRIZIONE 6</DESC6> </DATA> </RECORD> ****************** Data is the node and like you see not every field have value, therefore i've set for every field the option remove when empty. Suppose to print for every page only 16 row of detail band. The report Print in the page 1 the record 1 and 2 (code01+code02) while record 3 (code03) in the page 3 having only 2 records!!! I want in the first page code01(7 field)+code02(7 field)+code03(2 field) and in the second page the cod04(7 field). Can you help me? I hope you understand what i mean.. Ciao