Creating Charts/Graphs Dynamically in SSRS 2008
I want to create a report where charts get created dynamically based on some code/expression. Here I have to create report on various employees, one chart for every employee, and the set of employees is not fixed, it can be any number, anyone. So can
anyone suggest me some way through which i can create charts. For example lets say, I want the emplyee records for last business week.
July 6th, 2011 6:14pm
Hi,
You can take tablix/ list and then create a row group for employeeid.
In the cell, you can add a chart, it will be repeated for each employee.
Also, if you want you can add a page beak in group to have each chart in different page.- Chintak (My Blog)
Free Windows Admin Tool Kit Click here and download it now
July 7th, 2011 12:00am


