1 Header per data grid

Hello,
I have a grid. I set up some Headers and Lines for this grid, but this grid is divided into some grids and headers are repeated for each grid. I need only one big grid with one Header. Could anybody help me to understand, how I should configure my template? Any help would be appreciated.
image
image

The effect you’re seeing results from the fact that the innermost table is printed once per master record and each instance gets its own header. Simply move the header line definition to the “outer” table (ICombitSampleData) e.g. via cut and paste. That should give the required result.

1 Like

Yes, it works fine, thank you. But Is there any way to remove those breaks in the vertical column lines?

I’d check the “Distance before” and “Distance after” properties for all table items. They default to > 0, which is probably what you’re seeing here.

1 Like