In Devexpress report, the report header band causes the XRTable in the detail band in the first page to spread on the next page and then breaks the page at the same height of the report header band leaving the page almost empty except of some rows.
Any tip how to solve this problem, thanks.
The whole report is being initialized dynamically and the problem was solved by giving height to the XRTable which is being added to the report header band before adding it to the band.