Hi,
I'm using Telerik Reporting Q3 2011. I have a requirement where I have to show multiple tables and chart on the report. Each table should have independent data and all the tables will be having one id as the common field. The report should repeat itself for multiple IDs with each ID per page.
To illustrate, assume I want to show employee information
Table 1 -> will have employee details (name, age, etc..)
Table 2 -> will have multiple rows of employee achievements
Table 3 -> will have multiple rows of employee skills
Table 4 -> will have mutiple rows of employee qualification
Chart 1 -> will have trend of employee attendance every month
All the above should be displayed in one page for each employee (Employee Id will be the primary key). Each page should have one employee information.
How can this be accomplished using Telerik reporting? Is there any controls that I can use to achive the above functionality? Please help.
--Rajesh