Hi,
I am creating a report through the Infragistics Document Engine. I have added a Section to Report and then a Section Header to that Section. The Repeat property of Section Header is set to true.
Then I have added a Grid to the Section and set the Repeat property of Grid Header to true. I would expect that the grid would take care of the Section Header as it is attached to the same section and should not overlap. But this is not the case.
The Section Header and Grid Header overlap making the data unreadable. I am attaching the sample report.
Please let me know where I am going wrong.
Regards,
Mayank
It's hard to tell anything from a PDF file without seeing the source code that created it.When you say "Grid", are you exporting a WinGrid into this PDF File? Or are you referring to am IGrid that you created in code?
Hi Mike,
Thanks for replying.
I am creating an IGrid (not WinGrid) in the code and then adding rows and columns to it. In this IGrid, I have set its Header.Repeat to true.
I will try to create a sample application and share it with you to make myself clearer. However, if you could give me pointers based on the above clarification itself, it would be great.
Hi Mayank,
It sounds like this should work. The grid header should repeat on each page, if the grid spans more than a single page, and the header should be inside the section header. If there's overlap there, then something is wrong. If you can provide a small sample demonstrating this, we can check it out.