i must print a report from my application like this :
section1(reportheader)
section2(pageheader)
section3(detailes)
some data
....
...
....
section4(report footer)
section5(page footer)
in design area ,i set distance between section1 and section2 to zero,and between section2 and 3 and section 4 and 5 to zero too,but when i tried to print i got 2.2 cm gap from header and 2.2 cm gap from footer and my print messed, how do i remove this white spaces from my page?