It bother me a lot that when i set up the code for the report. I expect if there is a data for specific call from the database and it go over 2 pages, I want the header to repeat for the two pages, then the next call if they have data , the third page will have a new header. However, the first and third page showing the same header for the first page, it should be first and second page showing the same header, then the third page have a new header for that call.
For example
1st page show
AR ACCOUNT REPORT
2nd page show
3rd page show
Status Report
However, it generate like this
Thanks,
Rob
Hello Rob,
Where do you add the header : to the Section , to the Band, to the Grid , .. ?
I can suggest you adding the header to the section ( Section.AddHeader())
Thus you can manipulate the numbering ( the count ) easier
Please refer to the below forum post diccussing similar issue :
http://community.infragistics.com/forums/t/55841.aspx
Let us know if you need further assistance
Tsvetelina,
I forgot to reply back and let people know that I resolved it. What i did was to seperate each issue to each section in one report. I have 6 sections for 6 issues which do the trick. Then it can produce the report the way I like
AR REPORT page 1 of 6
AR Report page 2 of 6
Status Report Page 3 of 6
etc etc
Before I have one section for the whole thing, that is why it produce report like this
AR Report Page 1 of 6
Status Report page 2 of 6
AR Report Page 3 of 6.
Techanlity, programmer need to seperate, the section is an object for each part of the report.
It took a while to figure it out, and it was worth it :-).
Hello Robert,
Thank you for the update.
I am happy to hear it :)