I have the following data table format generated from SQL. Users can select which car models to be populated in the graph. There will be different number of Car models appearing in different reports. So there will be variable number of line charts appearing in the graph.(One line for one car model series)
Jan Feb Mar Apr May Jun Honda 12 17 24 18 30 13 Toyota 15 20 10 15 30 40 Yamaha 30 25 30 15 13 40 Suzuki 35 15 13 40 45 45 Nissan 15 35 40 40 50 50 Kia 13 21 23 15 25 30 Mazda 25 25 30 32 15 40
How can I create a graph like this with RDLC reports?