Sql – Repeating Chart in SSRS

reporting-servicessql serversql-server-2005

I'm working on some reports in SSRS 2005. I have a bit of experience of SSRS, but I can't figure out for the life of me how to do this.

The report pulls in a data set from a stored procedure. Then I basically want to generate a Pie Chart for each row in the dataset. How on earth can I make the chart control repeat n times? is it even possible?

Thanks.

Best Answer

Place the chart in a tablix.

Related Topic