My data is
ProgramName SalesAmt Month-Year
Prog1 100 Aug-13
Prog1 50 Aug-13
Prog2 30 Jun-13
Prog2 100 Feb-13
Prog3 80 Jul-13
Prog3 150 Mar-13
Prog4 130 Mar-13
Prog4 30 Apr-13
I have prepared the ssrs report for ProgramName= Prog1 and below are the details,
1. Added rectangle and added one matrix report and one bar report to the rectangle
2. I am treating the rectangle as one object
3. Now I need to repeat the whole rectangle for remaing programs as dynamic
4. When I am previewing the report for first time after step-1, I can only see one rectangle
which contains matrix and bar chart
5. If we loop the rectangle for remaing programs, then I need to see 4 individual rectangles with one matrix and one bar chart
and that should be display as 4 pages in pdf file
6. Needs to apply for n' programs
7. I have tried with List control in ssrs, but no luck
8. I am poor in coading. please help
Please help