Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have 2 sub report with form data A and form data B . Each form data has private header. I know i can not display sub report header in main report.
Now i want to display header depend on content form A and B in every page .
Not use sub report header.
My thinking is i will create a rectangle and customize it to repeat it in each page. But i don't know how to do ???
Please let me know the solution.
Posted

Try this...

insert table in report body part
in table header put title for subreport
in table body put sub report

Happy Coding!
:)
 
Share this answer
 
Comments
baotdinh 20-May-13 4:51am    
But if i insert table in main report, it informs table must have dataset
But if i insert table in main report, it informs table must have dataset
I have created artificial dataset, but it can not repeat header table.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 31-Jul-13 1:10am    
How can it be the solution? Have some shame...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900